Skip to content

Commit

Permalink
Merge pull request #1259 from Azure/FixWindowsLonghaulTimeout
Browse files Browse the repository at this point in the history
Fix the cancellation of the longhaul jobs in the gate for Windows platforms
  • Loading branch information
ewertons authored Oct 15, 2019
2 parents 6c20e7e + 15b219c commit d49723e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions build_all/windows/build.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ if %MAKE_NUGET_PKG% == yes (
if !ERRORLEVEL! neq 0 exit /b !ERRORLEVEL!

if %build-platform% neq arm (
ctest -T test --no-compress-output -C "debug" -V -j 8
ctest -T test --no-compress-output -C "debug" -V -j 16
if not !ERRORLEVEL!==0 exit /b !ERRORLEVEL!
)
)
Expand Down Expand Up @@ -281,4 +281,5 @@ if "%~4" neq "" set build-platform=%~4

msbuild /m %build-target% "/p:Configuration=%build-config%;Platform=%build-platform%" %2
if not !ERRORLEVEL!==0 exit /b !ERRORLEVEL!
goto :eof
goto :eof

0 comments on commit d49723e

Please sign in to comment.