Skip to content

Commit d03dda3

Browse files
authored
OS change?
1 parent b0f3042 commit d03dda3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eng/helix/content/InstallJdk.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Remove-Item -Force -Recurse $tempDir -ErrorAction Ignore | out-null
2626
mkdir $tempDir -ea Ignore | out-null
2727
mkdir $installDir -ea Ignore | out-null
2828
Write-Host "Starting download of JDK ${JdkVersion}"
29-
Invoke-WebRequest -UseBasicParsing -Uri "https://netcorenativeassets.blob.core.windows.net/resource-packages/external/windows/java/jdk-${JdkVersion}_windows-x64_bin.zip" -Out "$tempDir/jdk.zip"
29+
Invoke-WebRequest -UseBasicParsing -Uri "https://netcorenativeassets.blob.core.windows.net/resource-packages/external/windows/java/jdk-${JdkVersion}_windows-x64_bin.zip" -OutFile "$tempDir/jdk.zip"
3030
Write-Host "Done downloading JDK ${JdkVersion}"
3131
Expand-Archive "$tempDir/jdk.zip" -d "$tempDir/jdk/"
3232
Write-Host "Expanded JDK to $tempDir"

0 commit comments

Comments
 (0)