fix vcpkg output (#2319)

This commit is contained in:
Dibir Magomedsaygitov
2020-12-24 10:17:19 +03:00
committed by GitHub
parent 7403f33180
commit 6245d40db7
3 changed files with 3 additions and 3 deletions

View File

@@ -109,7 +109,7 @@ function Get-VcpkgVersion {
($(vcpkg version) | Out-String) -match "version (?<version>\d+\.\d+\.\d+)" | Out-Null
$vcpkgVersion = $Matches.Version
$commitId = git -C "C:\vcpkg" rev-parse --short HEAD
return "Vcpkg $vcpkgVersion (build from master <$commitId>)"
return "Vcpkg $vcpkgVersion (build from master \<$commitId>)"
}
function Get-NPMVersion {