aboutsummaryrefslogtreecommitdiff
path: root/scripts/bootstrap.ps1
diff options
context:
space:
mode:
authorBilly O'Neal <bion@microsoft.com>2021-07-17 09:50:58 -0700
committerGitHub <noreply@github.com>2021-07-17 09:50:58 -0700
commit111220b3cf3311744369425d5c323a0f17941076 (patch)
treeab035e65f4abc772c8f5aefa1db0b19e33ff7abc /scripts/bootstrap.ps1
parentee9de9fcc40bbb80d14debd14cbc55eff0158be7 (diff)
downloadvcpkg-111220b3cf3311744369425d5c323a0f17941076.tar.gz
vcpkg-111220b3cf3311744369425d5c323a0f17941076.zip
Update vcpkg-tool to 2021-07-16. (#18983)
Diffstat (limited to 'scripts/bootstrap.ps1')
-rw-r--r--scripts/bootstrap.ps12
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/bootstrap.ps1 b/scripts/bootstrap.ps1
index 6ffcddddc..e1858130a 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-29/vcpkg.exe" "$vcpkgRootDir\vcpkg.exe"
+& "$scriptsDir/tls12-download.exe" github.com "/microsoft/vcpkg-tool/releases/download/2021-07-16/vcpkg.exe" "$vcpkgRootDir\vcpkg.exe"
Write-Host ""
if ($LASTEXITCODE -ne 0)