Skip to content

Commit

Permalink
More error checking in package_etw.bat
Browse files Browse the repository at this point in the history
  • Loading branch information
Bruce Dawson committed Sep 27, 2016
1 parent a6bc9ed commit 342e064
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package_etw.bat
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ xcopy %UIforETW%bin\UIforETWStatic_devrel32.exe %destdir%\bin\UIforETW32.exe /y
xcopy %UIforETW%bin\UIforETWStatic_devrel.exe %destdir%\bin\UIforETW.exe /y
@rem Copy the official binaries back to the local copy, for development purposes.
xcopy /exclude:%UIforETW%excludecopy.txt %destdir%\bin\UIforETW*.exe %UIforETW%bin /y
@if ERRORLEVEL 1 goto BuildFailure

xcopy %UIforETW%\bin\UIforETWStatic_devrel*.pdb %symboldir%

Expand Down

0 comments on commit 342e064

Please sign in to comment.