File tree Expand file tree Collapse file tree 3 files changed +217
-215
lines changed Expand file tree Collapse file tree 3 files changed +217
-215
lines changed Original file line number Diff line number Diff line change @@ -200,6 +200,7 @@ stages:
200
200
- script : ./eng/build.cmd
201
201
-ci
202
202
-prepareMachine
203
+ -nativeToolsOnMachine
203
204
-arch x64
204
205
-all
205
206
$(_BuildArgs)
@@ -251,6 +252,7 @@ stages:
251
252
- script : ./eng/build.cmd
252
253
-ci
253
254
-prepareMachine
255
+ -nativeToolsOnMachine
254
256
-arch x64
255
257
-pack
256
258
-all
@@ -745,11 +747,11 @@ stages:
745
747
timeoutInMinutes : 240
746
748
steps :
747
749
# Build the shared framework
748
- - script : ./eng/build.cmd -ci -prepareMachine -nobl -all -pack -arch x64
750
+ - script : ./eng/build.cmd -ci -prepareMachine -nativeToolsOnMachine - nobl -all -pack -arch x64
749
751
/p:CrossgenOutput=false /p:ASPNETCORE_TEST_LOG_DIR=artifacts/log $(_InternalRuntimeDownloadArgs)
750
752
displayName : Build shared fx
751
753
# -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
754
+ - script : ./eng/build.cmd -ci -prepareMachine -nativeToolsOnMachine - nobl -all -noBuildRepoTasks -noBuildNative -noBuild -test
753
755
-projects eng\helix\helix.proj /p:IsHelixPRCheck=true /p:IsHelixJob=true
754
756
/p:CrossgenOutput=false /p:ASPNETCORE_TEST_LOG_DIR=artifacts/log $(_InternalRuntimeDownloadArgs)
755
757
displayName : Run build.cmd helix target
You can’t perform that action at this time.
0 commit comments