We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent0b27367 commit74b8658Copy full SHA for 74b8658
scripts/Get-WindowsAppSdk.ps1
@@ -10,7 +10,6 @@ function Download-File([string] $url, [string] $outputPath, [string] $etagFile)
10
# We use `curl.exe` here because `Invoke-WebRequest` is notoriously slow.
11
&curl.exe`
12
--progress-bar`
13
--v`
14
--show-error`
15
--fail`
16
--location`
@@ -31,4 +30,4 @@ $windowsAppSdkFullVersion = "1.6.250228001"
31
30
$windowsAppSdkPath=Join-Path$PSScriptRoot"files\windows-app-sdk-$($arch).exe"
32
$windowsAppSdkUri="https://aka.ms/windowsappsdk/$($windowsAppSdkMajorVersion)/$($windowsAppSdkFullVersion)/windowsappruntimeinstall-$($arch).exe"
33
$windowsAppSdkEtagFile=$windowsAppSdkPath+".etag"
34
-Download-File$windowsAppSdkUri$windowsAppSdkPath$windowsAppSdkEtagFile
+Download-File$windowsAppSdkUri$windowsAppSdkPath$windowsAppSdkEtagFile