We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f8e128 commit 7243646Copy full SHA for 7243646
1 file changed
ci/kokoro/windows/lib/vcpkg.ps1
@@ -69,9 +69,9 @@ function Install-Vcpkg {
69
70
$vcpkg_version = Get-Content -Path "${project_root}\ci\etc\vcpkg-version.txt"
71
$vcpkg_url = "https://github.com/microsoft/vcpkg/archive/${vcpkg_version}.zip"
72
- if ($vcpkg_version -match "[0-9]{4}.[0-9]{2}.[0-9]{2}" ) {
73
- $vcpkg_url = "https://github.com/microsoft/vcpkg/archive/refs/tags/${vcpkg_version}.zip"
74
- }
+# if ($vcpkg_version -match "[0-9]{4}.[0-9]{2}.[0-9]{2}" ) {
+# $vcpkg_url = "https://github.com/microsoft/vcpkg/archive/refs/tags/${vcpkg_version}.zip"
+# }
75
Write-Host "$(Get-Date -Format o) Downloading vcpkg archive from $vcpkg_url"
76
77
# Download the right version of `vcpkg`
0 commit comments