Skip to content

Commit

Permalink
[release/9.0-preview3] Update dependencies from dotnet/runtime (#54659)
Browse files Browse the repository at this point in the history
[release/9.0-preview3] Update dependencies from dotnet/runtime


 - Native tools on machine
  • Loading branch information
dotnet-maestro[bot] authored Mar 21, 2024
1 parent dc4d4cd commit e9b930f
Show file tree
Hide file tree
Showing 3 changed files with 217 additions and 215 deletions.
6 changes: 4 additions & 2 deletions .azure/pipelines/ci-public.yml
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,7 @@ stages:
- script: ./eng/build.cmd
-ci
-prepareMachine
-nativeToolsOnMachine
-arch x64
-all
$(_BuildArgs)
Expand Down Expand Up @@ -251,6 +252,7 @@ stages:
- script: ./eng/build.cmd
-ci
-prepareMachine
-nativeToolsOnMachine
-arch x64
-pack
-all
Expand Down Expand Up @@ -745,11 +747,11 @@ stages:
timeoutInMinutes: 240
steps:
# Build the shared framework
- script: ./eng/build.cmd -ci -prepareMachine -nobl -all -pack -arch x64
- script: ./eng/build.cmd -ci -prepareMachine -nativeToolsOnMachine -nobl -all -pack -arch x64
/p:CrossgenOutput=false /p:ASPNETCORE_TEST_LOG_DIR=artifacts/log $(_InternalRuntimeDownloadArgs)
displayName: Build shared fx
# -noBuildRepoTasks -noBuildNative -noBuild to avoid repeating work done in the previous step.
- script: ./eng/build.cmd -ci -prepareMachine -nobl -all -noBuildRepoTasks -noBuildNative -noBuild -test
- script: ./eng/build.cmd -ci -prepareMachine -nativeToolsOnMachine -nobl -all -noBuildRepoTasks -noBuildNative -noBuild -test
-projects eng\helix\helix.proj /p:IsHelixPRCheck=true /p:IsHelixJob=true
/p:CrossgenOutput=false /p:ASPNETCORE_TEST_LOG_DIR=artifacts/log $(_InternalRuntimeDownloadArgs)
displayName: Run build.cmd helix target
Expand Down
Loading

0 comments on commit e9b930f

Please sign in to comment.