Skip to content

Commit ee7fabd

Browse files
authored
Produce binlog in IdentityModel pipeline (#58085)
1 parent ff87773 commit ee7fabd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.azure/pipelines/identitymodel-helix-matrix.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ extends:
8686
filePath: $(Build.SourcesDirectory)/eng/scripts/SetupIdentitySources.ps1
8787
arguments: -ConfigFile $(Build.SourcesDirectory)/NuGet.config -IdentityModelPackageSource $(Build.StagingDirectory)
8888
# Build the shared framework
89-
- script: ./eng/build.cmd -ci -prepareMachine -nativeToolsOnMachine -nobl -all -pack -arch x64
89+
- script: ./eng/build.cmd -ci -prepareMachine -nativeToolsOnMachine -all -pack -arch x64
9090
/p:CrossgenOutput=false /p:IsIdentityModelTestJob=true /p:ASPNETCORE_TEST_LOG_DIR=artifacts/log
9191
displayName: Build shared fx
9292
# -noBuildRepoTasks -noBuildNative -noBuild to avoid repeating work done in the previous step.

0 commit comments

Comments
 (0)