Created
July 25, 2018 18:28
-
-
Save chrisheckey/c18d1b3e6d5144de60a1271dd1b1e0c5 to your computer and use it in GitHub Desktop.
Post Build Robocopy
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
robocopy $(TargetDir) <DestDir> /MIR | |
IF %ERRORLEVEL% GEQ 8 exit 1 | |
exit 0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment