From 31ab858947f0f80a8725840b716b58c040f0aa99 Mon Sep 17 00:00:00 2001 From: William Godbe Date: Tue, 28 Jan 2025 12:33:27 -0800 Subject: [PATCH] Fix java discovery in IdentityModel pipeline --- .azure/pipelines/identitymodel-helix-matrix.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.azure/pipelines/identitymodel-helix-matrix.yml b/.azure/pipelines/identitymodel-helix-matrix.yml index 55f0f8dd8063..91be7f22c42f 100644 --- a/.azure/pipelines/identitymodel-helix-matrix.yml +++ b/.azure/pipelines/identitymodel-helix-matrix.yml @@ -84,7 +84,7 @@ extends: filePath: $(Build.SourcesDirectory)/eng/scripts/SetupIdentitySources.ps1 arguments: -ConfigFile $(Build.SourcesDirectory)/NuGet.config -IdentityModelPackageSource $(Build.StagingDirectory) # Build the shared framework - - script: ./eng/build.cmd -ci -nobl -all -pack -arch x64 + - script: ./eng/build.cmd -ci -nativeToolsOnMachine -nobl -all -pack -arch x64 /p:CrossgenOutput=false /p:IsIdentityModelTestJob=true /p:ASPNETCORE_TEST_LOG_DIR=artifacts/log displayName: Build shared fx # -noBuildRepoTasks -noBuildNative -noBuild to avoid repeating work done in the previous step. @@ -98,4 +98,4 @@ extends: artifacts: - name: Helix_logs path: artifacts/log/ - publishOnError: true \ No newline at end of file + publishOnError: true