Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save chrisheckey/c18d1b3e6d5144de60a1271dd1b1e0c5 to your computer and use it in GitHub Desktop.
Save chrisheckey/c18d1b3e6d5144de60a1271dd1b1e0c5 to your computer and use it in GitHub Desktop.
Post Build Robocopy
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