diff options
| author | Billy O'Neal <bion@microsoft.com> | 2021-06-29 13:47:39 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-06-29 13:47:39 -0700 |
| commit | 75beef03d64893d685ec09346147965ee92e1f3f (patch) | |
| tree | d691264f9be951be6d96d2462bd31267c4d13b60 /scripts/bootstrap.ps1 | |
| parent | 8573c7002e01107e7ddd6ff19b4adc56ce3269a9 (diff) | |
| download | vcpkg-75beef03d64893d685ec09346147965ee92e1f3f.tar.gz vcpkg-75beef03d64893d685ec09346147965ee92e1f3f.zip | |
Update vcpkg tool to resolve leak of the asset cache token (#18720)
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 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) |
