Skip to content

Commit

Permalink
Fix java discovery in helix-matrix (#59181)
Browse files Browse the repository at this point in the history
  • Loading branch information
wtgodbe authored Nov 27, 2024
1 parent d86a0b4 commit b8a8e72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .azure/pipelines/helix-matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
timeoutInMinutes: 300
steps:
# 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:ASPNETCORE_TEST_LOG_DIR=artifacts/log
displayName: Build shared fx
# -noBuildRepoTasks -noBuildNative -noBuild to avoid repeating work done in the previous step.
Expand Down

0 comments on commit b8a8e72

Please sign in to comment.