From df2df9bb4f31c9100ee8dd61832153556bcef468 Mon Sep 17 00:00:00 2001 From: Russel Waters Date: Tue, 21 Jan 2020 11:38:11 -0500 Subject: [PATCH] update vc_redist url (#2503) --- ci/actions/windows/build.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/actions/windows/build.ps1 b/ci/actions/windows/build.ps1 index c532c730..5c2a24d7 100644 --- a/ci/actions/windows/build.ps1 +++ b/ci/actions/windows/build.ps1 @@ -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