Skip to content
This repository was archived by the owner on May 1, 2024. It is now read-only.

Commit 4b60149

Browse files
authored
JavaSDK build path hack (#7707)
1 parent 56292aa commit 4b60149

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/steps/build-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
solution: ${{ parameters.slnPath }}
5353
platform: '$(BuildPlatform)'
5454
configuration: '$(BuildConfiguration)'
55-
msbuildArguments: ${{ parameters.msbuildExtraArguments }}
55+
msbuildArguments: ${{ parameters.msbuildExtraArguments }} /p:JavaSdkDirectory="$(JAVA_HOME_8_X64)"
5656

5757
- task: VSTest@2
5858
displayName: 'Unit Tests'

0 commit comments

Comments
 (0)