@@ -119,11 +119,11 @@ try {
119
119
120
120
if (! (Test-Path " C:\Windows\System32\msvcr120.dll" )) {
121
121
Write-Host " Downloading vcredist_x86"
122
- (New-Object System.Net.WebClient).DownloadFile(' https://bcartifacts.blob.core.windows .net/prerequisites/vcredist_x86.exe' , ' c:\run\install\vcredist_x86.exe' )
122
+ (New-Object System.Net.WebClient).DownloadFile(' https://bcartifacts-exdbf9fwegejdqak.b02.azurefd .net/prerequisites/vcredist_x86.exe' , ' c:\run\install\vcredist_x86.exe' )
123
123
Write-Host " Installing vcredist_x86"
124
124
start-process - Wait - FilePath c:\run\install\vcredist_x86.exe - ArgumentList / q, / norestart
125
125
Write-Host " Downloading vcredist_x64"
126
- (New-Object System.Net.WebClient).DownloadFile(' https://bcartifacts.blob.core.windows .net/prerequisites/vcredist_x64.exe' , ' c:\run\install\vcredist_x64.exe' )
126
+ (New-Object System.Net.WebClient).DownloadFile(' https://bcartifacts-exdbf9fwegejdqak.b02.azurefd .net/prerequisites/vcredist_x64.exe' , ' c:\run\install\vcredist_x64.exe' )
127
127
Write-Host " Installing vcredist_x64"
128
128
start-process - Wait - FilePath c:\run\install\vcredist_x64.exe - ArgumentList / q, / norestart
129
129
}
@@ -140,7 +140,7 @@ try {
140
140
} else {
141
141
Write-Host " Downloading Signing Tools"
142
142
$winSdkSetupExe = " c:\run\install\winsdksetup.exe"
143
- $winSdkSetupUrl = " https://bcartifacts.blob.core.windows .net/prerequisites/winsdksetup.exe"
143
+ $winSdkSetupUrl = " https://bcartifacts-exdbf9fwegejdqak.b02.azurefd .net/prerequisites/winsdksetup.exe"
144
144
(New-Object System.Net.WebClient).DownloadFile($winSdkSetupUrl , $winSdkSetupExe )
145
145
Write-Host " Installing Signing Tools"
146
146
Start-Process $winSdkSetupExe - ArgumentList " /features OptionId.SigningTools /q" - Wait
0 commit comments