diff options
| author | Billy O'Neal <bion@microsoft.com> | 2021-08-12 20:49:50 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-08-12 20:49:50 -0700 |
| commit | c801072693edcd0704d187131d9078fcd089dbf2 (patch) | |
| tree | 5a9d5fb03d7625d865aa46ed658fb795304bd18e /scripts/bootstrap.ps1 | |
| parent | a02f8e11de64c83dde6cfe2a038a5be42693b256 (diff) | |
| download | vcpkg-c801072693edcd0704d187131d9078fcd089dbf2.tar.gz vcpkg-c801072693edcd0704d187131d9078fcd089dbf2.zip | |
[vcpkg] Update tool to 2021-08-12. (#19543)
Resolves #17897
Diffstat (limited to 'scripts/bootstrap.ps1')
| -rw-r--r-- | scripts/bootstrap.ps1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/bootstrap.ps1 b/scripts/bootstrap.ps1 index 364a4e19e..e7835b327 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-08-03/vcpkg.exe" "$vcpkgRootDir\vcpkg.exe" +& "$scriptsDir/tls12-download.exe" github.com "/microsoft/vcpkg-tool/releases/download/2021-08-12/vcpkg.exe" "$vcpkgRootDir\vcpkg.exe" Write-Host "" if ($LASTEXITCODE -ne 0) |
