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.
1 parent 2804cf7 commit b5f6c9eCopy full SHA for b5f6c9e
.azure/pipelines/helix-matrix.yml
@@ -32,7 +32,7 @@ jobs:
32
timeoutInMinutes: 480
33
steps:
34
# Build the shared framework
35
- - script: ./eng/build.cmd -ci -prepareMachine -nobl -all -pack -arch x64
+ - script: ./eng/build.cmd -ci -prepareMachine -nativeToolsOnMachine -nobl -all -pack -arch x64
36
/p:CrossgenOutput=false /p:ASPNETCORE_TEST_LOG_DIR=artifacts/log
37
displayName: Build shared fx
38
# -noBuildRepoTasks -noBuildNative -noBuild to avoid repeating work done in the previous step.
0 commit comments