Skip to content

Commit e9b930f

Browse files
[release/9.0-preview3] Update dependencies from dotnet/runtime (#54659)
[release/9.0-preview3] Update dependencies from dotnet/runtime - Native tools on machine
1 parent dc4d4cd commit e9b930f

File tree

3 files changed

+217
-215
lines changed

3 files changed

+217
-215
lines changed

.azure/pipelines/ci-public.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,7 @@ stages:
200200
- script: ./eng/build.cmd
201201
-ci
202202
-prepareMachine
203+
-nativeToolsOnMachine
203204
-arch x64
204205
-all
205206
$(_BuildArgs)
@@ -251,6 +252,7 @@ stages:
251252
- script: ./eng/build.cmd
252253
-ci
253254
-prepareMachine
255+
-nativeToolsOnMachine
254256
-arch x64
255257
-pack
256258
-all
@@ -745,11 +747,11 @@ stages:
745747
timeoutInMinutes: 240
746748
steps:
747749
# 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
749751
/p:CrossgenOutput=false /p:ASPNETCORE_TEST_LOG_DIR=artifacts/log $(_InternalRuntimeDownloadArgs)
750752
displayName: Build shared fx
751753
# -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
753755
-projects eng\helix\helix.proj /p:IsHelixPRCheck=true /p:IsHelixJob=true
754756
/p:CrossgenOutput=false /p:ASPNETCORE_TEST_LOG_DIR=artifacts/log $(_InternalRuntimeDownloadArgs)
755757
displayName: Run build.cmd helix target

0 commit comments

Comments
 (0)