Skip to content

Commit c589aa0

Browse files
committed
fixup! build: Exit on compile error, failed test, fail to deploy nuget etc
1 parent a2d8a65 commit c589aa0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Build/pack-nuget.bat

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ SET NuGetOutDir=%ROOT%\Artifacts\NuGet
77

88
mkdir "%NuGetOutDir%"
99

10-
%NuGetExe% pack %MainNuspec% -Verbosity detailed -OutputDirectory "%NuGetOutDir%" -BasePath "%ROOT%" -Symbols
10+
%NuGetExe% pack %MainLibNuspec% -Verbosity detailed -OutputDirectory "%NuGetOutDir%" -BasePath "%ROOT%" -Symbols
1111
if %errorlevel% neq 0 exit /b %errorlevel%
12-
%NuGetExe% pack %SerializationNuspec% -Verbosity detailed -OutputDirectory "%NuGetOutDir%" -BasePath "%ROOT%" -Symbols
12+
%NuGetExe% pack %SerializationLibNuspec% -Verbosity detailed -OutputDirectory "%NuGetOutDir%" -BasePath "%ROOT%" -Symbols
1313
if %errorlevel% neq 0 exit /b %errorlevel%

0 commit comments

Comments
 (0)