File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -570,11 +570,13 @@ stages:
570570 # Build the shared framework
571571 - script : ./eng/build.cmd -ci -prepareMachine -nativeToolsOnMachine -nobl -all -pack -arch x64
572572 /p:CrossgenOutput=false /p:ASPNETCORE_TEST_LOG_DIR=artifacts/log $(_InternalRuntimeDownloadArgs)
573+ /p:VsTestUseMSBuildOutput=false
573574 displayName : Build shared fx
574575 # -noBuildRepoTasks -noBuildNative -noBuild to avoid repeating work done in the previous step.
575576 - script : ./eng/build.cmd -ci -prepareMachine -nativeToolsOnMachine -nobl -all -noBuildRepoTasks -noBuildNative -noBuild -test
576577 -projects eng\helix\helix.proj /p:IsHelixPRCheck=true /p:IsHelixJob=true
577578 /p:CrossgenOutput=false /p:ASPNETCORE_TEST_LOG_DIR=artifacts/log $(_InternalRuntimeDownloadArgs)
579+ /p:VsTestUseMSBuildOutput=false
578580 displayName : Run build.cmd helix target
579581 env :
580582 HelixApiAccessToken : $(HelixApiAccessToken) # Needed for internal queues
You can’t perform that action at this time.
0 commit comments