From 342e064d21d36758ae1e7e52f211cffb85dbd4de Mon Sep 17 00:00:00 2001 From: Bruce Dawson Date: Mon, 26 Sep 2016 20:43:32 -0700 Subject: [PATCH] More error checking in package_etw.bat --- package_etw.bat | 1 + 1 file changed, 1 insertion(+) diff --git a/package_etw.bat b/package_etw.bat index 1f90101d..12030e92 100644 --- a/package_etw.bat +++ b/package_etw.bat @@ -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%