We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff87773 commit ee7fabdCopy full SHA for ee7fabd
.azure/pipelines/identitymodel-helix-matrix.yml
@@ -86,7 +86,7 @@ extends:
86
filePath: $(Build.SourcesDirectory)/eng/scripts/SetupIdentitySources.ps1
87
arguments: -ConfigFile $(Build.SourcesDirectory)/NuGet.config -IdentityModelPackageSource $(Build.StagingDirectory)
88
# Build the shared framework
89
- - script: ./eng/build.cmd -ci -prepareMachine -nativeToolsOnMachine -nobl -all -pack -arch x64
+ - script: ./eng/build.cmd -ci -prepareMachine -nativeToolsOnMachine -all -pack -arch x64
90
/p:CrossgenOutput=false /p:IsIdentityModelTestJob=true /p:ASPNETCORE_TEST_LOG_DIR=artifacts/log
91
displayName: Build shared fx
92
# -noBuildRepoTasks -noBuildNative -noBuild to avoid repeating work done in the previous step.
0 commit comments