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 fbc99ba commit 06b4c1eCopy full SHA for 06b4c1e
.github/workflows/ci.yaml
@@ -42,7 +42,7 @@ jobs:
42
$ErrorActionPreference = "Stop"
43
44
$filename = ".\WindowsAppRuntimeInstall-x64.exe"
45
- $url = "https://download.microsoft.com/download/7a3a6a44-b07e-4ca5-8b63-2de185769dbc/WindowsAppRuntimeInstall-x64.exe" # 1.6.5 (1.6.250205002)
+ $url = "https://aka.ms/windowsappsdk/1.8/1.8.250907003/windowsappruntimeinstall-x64.exe" # 1.8.0 (1.8.250907003)
46
& curl.exe --progress-bar --show-error --fail --location --output $filename $url
47
if ($LASTEXITCODE -ne 0) { throw "Failed to download Windows App SDK" }
48
0 commit comments