File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 4545 solution : ' $(coreSolution)'
4646 configuration : ' $(buildConfiguration)'
4747 platform : ' $(buildPlatform)'
48- msbuildArgs : ' /t:Pack /p:JavaSdkDirectory="$(JAVA_HOME)/ "'
48+ msbuildArgs : ' /t:Pack /p:JavaSdkDirectory="$(JAVA_HOME_8_X64) "'
4949
5050- task : DotNetCoreCLI@2
5151 displayName : Run Unit Tests
6565 solution : ' $(setupSamplesSolution)'
6666 configuration : ' $(buildConfiguration)'
6767 platform : ' $(buildPlatform)'
68- msbuildArgs : ' /t:Build /p:JavaSdkDirectory="$(JAVA_HOME)/ "'
68+ msbuildArgs : ' /t:Build /p:JavaSdkDirectory="$(JAVA_HOME_8_X64) "'
6969
7070- task : NuGetCommand@2
7171 displayName : Restore Features Solution
7878 solution : ' $(featuresSamplesSolution)'
7979 configuration : ' $(buildConfiguration)'
8080 platform : ' $(buildPlatform)'
81- msbuildArgs : ' /t:Build /p:JavaSdkDirectory="$(JAVA_HOME)/ "'
81+ msbuildArgs : ' /t:Build /p:JavaSdkDirectory="$(JAVA_HOME_8_X64) "'
8282
8383- task : CopyFiles@2
8484 displayName : Copy Packages to Artifact Directory
You can’t perform that action at this time.
0 commit comments