File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ Remove-Item -Force -Recurse $tempDir -ErrorAction Ignore | out-null
26
26
mkdir $tempDir - ea Ignore | out-null
27
27
mkdir $installDir - ea Ignore | out-null
28
28
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"
30
30
Write-Host " Done downloading JDK ${JdkVersion} "
31
31
Expand-Archive " $tempDir /jdk.zip" - d " $tempDir /jdk/"
32
32
Write-Host " Expanded JDK to $tempDir "
You can’t perform that action at this time.
0 commit comments