Skip to content

Commit

Permalink
update Windows SDK link (#7010)
Browse files Browse the repository at this point in the history
  • Loading branch information
ojhad committed Apr 22, 2022
1 parent f9bd4f0 commit bdfa3d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/Install-WindowsSdkISO.ps1
Expand Up @@ -273,7 +273,7 @@ if ($InstallWindowsSDK)
{
# Static(ish) link for Windows SDK
# Note: there is a delay from Windows SDK announcements to availability via the static link
$uri = "https://software-download.microsoft.com/download/sg/Windows_InsiderPreview_SDK_en-us_$($buildNumber)_1.iso";
$uri = "https://software-static.download.prss.microsoft.com/sg/download/Windows_InsiderPreview_SDK_en-us_$($buildNumber)_1.iso";

if ($env:TEMP -eq $null)
{
Expand Down

0 comments on commit bdfa3d9

Please sign in to comment.