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 5fbf64c commit 634601dCopy full SHA for 634601d
.azure/pipelines/identitymodel-helix-matrix.yml
@@ -84,7 +84,7 @@ extends:
84
filePath: $(Build.SourcesDirectory)/eng/scripts/SetupIdentitySources.ps1
85
arguments: -ConfigFile $(Build.SourcesDirectory)/NuGet.config -IdentityModelPackageSource $(Build.StagingDirectory)
86
# Build the shared framework
87
- - script: ./eng/build.cmd -ci -nobl -all -pack -arch x64
+ - script: ./eng/build.cmd -ci -nativeToolsOnMachine -nobl -all -pack -arch x64
88
/p:CrossgenOutput=false /p:IsIdentityModelTestJob=true /p:ASPNETCORE_TEST_LOG_DIR=artifacts/log
89
displayName: Build shared fx
90
# -noBuildRepoTasks -noBuildNative -noBuild to avoid repeating work done in the previous step.
@@ -98,4 +98,4 @@ extends:
98
artifacts:
99
- name: Helix_logs
100
path: artifacts/log/
101
- publishOnError: true
+ publishOnError: true
0 commit comments