Skip to content

Commit 1791b1a

Browse files
Restore in the subsets.
1 parent c78e16f commit 1791b1a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.azure/pipelines/ci-public.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)