From 75beef03d64893d685ec09346147965ee92e1f3f Mon Sep 17 00:00:00 2001 From: Billy O'Neal Date: Tue, 29 Jun 2021 13:47:39 -0700 Subject: Update vcpkg tool to resolve leak of the asset cache token (#18720) --- scripts/bootstrap.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/bootstrap.ps1') diff --git a/scripts/bootstrap.ps1 b/scripts/bootstrap.ps1 index 37cab340f..6ffcddddc 100644 --- a/scripts/bootstrap.ps1 +++ b/scripts/bootstrap.ps1 @@ -45,7 +45,7 @@ while (!($vcpkgRootDir -eq "") -and !(Test-Path "$vcpkgRootDir\.vcpkg-root")) Write-Verbose "Examining $vcpkgRootDir for .vcpkg-root - Found" -& "$scriptsDir/tls12-download.exe" github.com "/microsoft/vcpkg-tool/releases/download/2021-06-19/vcpkg.exe" "$vcpkgRootDir\vcpkg.exe" +& "$scriptsDir/tls12-download.exe" github.com "/microsoft/vcpkg-tool/releases/download/2021-06-29/vcpkg.exe" "$vcpkgRootDir\vcpkg.exe" Write-Host "" if ($LASTEXITCODE -ne 0) -- cgit v1.2.3