File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -616,7 +616,7 @@ stages:
616616 artifact : Helix_NuGet_Packages
617617 path : $(Build.SourcesDirectory)/.packages
618618 # -noBuildRepoTasks -noBuildNative -noBuild to avoid repeating work done in the build job.
619- - script : ./eng/build.cmd -ci -prepareMachine -nativeToolsOnMachine -all -noBuildRepoTasks -noBuildNative -noBuild -test
619+ - script : ./eng/build.cmd -ci -prepareMachine -nativeToolsOnMachine -restore - all -noBuildRepoTasks -noBuildNative -noBuild -test
620620 -projects eng\helix\helix.proj /p:IsHelixPRCheck=true /p:IsHelixJob=true
621621 /p:CrossgenOutput=false /p:ASPNETCORE_TEST_LOG_DIR=artifacts/log $(_InternalRuntimeDownloadArgs)
622622 /p:VsTestUseMSBuildOutput=false /p:RunTemplateTests=false /p:HelixSubset=1
@@ -652,7 +652,7 @@ stages:
652652 artifact : Helix_NuGet_Packages
653653 path : $(Build.SourcesDirectory)/.packages
654654 # -noBuildRepoTasks -noBuildNative -noBuild to avoid repeating work done in the build job.
655- - script : ./eng/build.cmd -ci -prepareMachine -nativeToolsOnMachine -all -noBuildRepoTasks -noBuildNative -noBuild -test
655+ - script : ./eng/build.cmd -ci -prepareMachine -nativeToolsOnMachine -restore - all -noBuildRepoTasks -noBuildNative -noBuild -test
656656 -projects eng\helix\helix.proj /p:IsHelixPRCheck=true /p:IsHelixJob=true
657657 /p:CrossgenOutput=false /p:ASPNETCORE_TEST_LOG_DIR=artifacts/log $(_InternalRuntimeDownloadArgs)
658658 /p:VsTestUseMSBuildOutput=false /p:RunTemplateTests=false /p:HelixSubset=2
You can’t perform that action at this time.
0 commit comments