We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0332d22 + b8a8e72 commit 2cea8a7Copy full SHA for 2cea8a7
.azure/pipelines/helix-matrix.yml
@@ -31,7 +31,7 @@ jobs:
31
timeoutInMinutes: 300
32
steps:
33
# Build the shared framework
34
- - script: ./eng/build.cmd -ci -nobl -all -pack -arch x64
+ - script: ./eng/build.cmd -ci -nativeToolsOnMachine -nobl -all -pack -arch x64
35
/p:CrossgenOutput=false /p:ASPNETCORE_TEST_LOG_DIR=artifacts/log
36
displayName: Build shared fx
37
# -noBuildRepoTasks -noBuildNative -noBuild to avoid repeating work done in the previous step.
0 commit comments