We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05889a7 commit 7462f4bCopy full SHA for 7462f4b
eng/scripts/InstallJdk.ps1
@@ -25,3 +25,5 @@ mkdir (split-path -parent $env:JAVA_HOME) -ea ignore | out-null
25
Write-Host "Installing JDK to $env:JAVA_HOME"
26
Move-Item "$tempDir/jdk/jdk-${jdkVersion}" $env:JAVA_HOME
27
Write-Host "Done installing JDK to $env:JAVA_HOME"
28
+Write-Host "##vso[task.prependpath]$env:JAVA_HOME;"
29
+Write-Host $env:Path;
0 commit comments