Skip to content

Commit b5f6c9e

Browse files
authored
Fix Java discovery in helix-matrix pipeline (#54631)
1 parent 2804cf7 commit b5f6c9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.azure/pipelines/helix-matrix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
timeoutInMinutes: 480
3333
steps:
3434
# Build the shared framework
35-
- script: ./eng/build.cmd -ci -prepareMachine -nobl -all -pack -arch x64
35+
- script: ./eng/build.cmd -ci -prepareMachine -nativeToolsOnMachine -nobl -all -pack -arch x64
3636
/p:CrossgenOutput=false /p:ASPNETCORE_TEST_LOG_DIR=artifacts/log
3737
displayName: Build shared fx
3838
# -noBuildRepoTasks -noBuildNative -noBuild to avoid repeating work done in the previous step.

0 commit comments

Comments
 (0)