Skip to content

Commit 634601d

Browse files
authored
Fix java discovery in IdentityModel pipeline (#60075)
1 parent 5fbf64c commit 634601d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ extends:
8484
filePath: $(Build.SourcesDirectory)/eng/scripts/SetupIdentitySources.ps1
8585
arguments: -ConfigFile $(Build.SourcesDirectory)/NuGet.config -IdentityModelPackageSource $(Build.StagingDirectory)
8686
# Build the shared framework
87-
- script: ./eng/build.cmd -ci -nobl -all -pack -arch x64
87+
- script: ./eng/build.cmd -ci -nativeToolsOnMachine -nobl -all -pack -arch x64
8888
/p:CrossgenOutput=false /p:IsIdentityModelTestJob=true /p:ASPNETCORE_TEST_LOG_DIR=artifacts/log
8989
displayName: Build shared fx
9090
# -noBuildRepoTasks -noBuildNative -noBuild to avoid repeating work done in the previous step.
@@ -98,4 +98,4 @@ extends:
9898
artifacts:
9999
- name: Helix_logs
100100
path: artifacts/log/
101-
publishOnError: true
101+
publishOnError: true

0 commit comments

Comments
 (0)