File tree Expand file tree Collapse file tree 3 files changed +240
-239
lines changed Expand file tree Collapse file tree 3 files changed +240
-239
lines changed Original file line number Diff line number Diff line change @@ -251,6 +251,7 @@ stages:
251
251
- script : ./eng/build.cmd
252
252
-ci
253
253
-prepareMachine
254
+ -nativeToolsOnMachine
254
255
-arch x64
255
256
-pack
256
257
-all
@@ -745,11 +746,11 @@ stages:
745
746
timeoutInMinutes : 240
746
747
steps :
747
748
# Build the shared framework
748
- - script : ./eng/build.cmd -ci -prepareMachine -nobl -all -pack -arch x64
749
+ - script : ./eng/build.cmd -ci -prepareMachine -nativeToolsOnMachine - nobl -all -pack -arch x64
749
750
/p:CrossgenOutput=false /p:ASPNETCORE_TEST_LOG_DIR=artifacts/log $(_InternalRuntimeDownloadArgs)
750
751
displayName : Build shared fx
751
752
# -noBuildRepoTasks -noBuildNative -noBuild to avoid repeating work done in the previous step.
752
- - script : ./eng/build.cmd -ci -prepareMachine -nobl -all -noBuildRepoTasks -noBuildNative -noBuild -test
753
+ - script : ./eng/build.cmd -ci -prepareMachine -nativeToolsOnMachine - nobl -all -noBuildRepoTasks -noBuildNative -noBuild -test
753
754
-projects eng\helix\helix.proj /p:IsHelixPRCheck=true /p:IsHelixJob=true
754
755
/p:CrossgenOutput=false /p:ASPNETCORE_TEST_LOG_DIR=artifacts/log $(_InternalRuntimeDownloadArgs)
755
756
displayName : Run build.cmd helix target
You can’t perform that action at this time.
0 commit comments