update vc_redist url (#2503)

This commit is contained in:
Russel Waters 2020-01-21 11:38:11 -05:00 committed by GitHub
commit df2df9bb4f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -39,7 +39,7 @@ if (${LastExitCode} -ne 0) {
if (${env:RUN} -eq "artifact") {
$p = Get-Location
Invoke-WebRequest -Uri https://aka.ms/vs/15/release/vc_redist.x64.exe -OutFile "$p\vc_redist.x64.exe"
Invoke-WebRequest -Uri https://aka.ms/vs/16/release/vc_redist.x64.exe -OutFile "$p\vc_redist.x64.exe"
}
& ..\ci\actions\windows\build.bat