Add VCPKG_ROOT variable (#6195)

This commit is contained in:
Erik Bershel
2022-09-09 11:04:46 +02:00
committed by GitHub
parent 03c71fa649
commit 148eaf9c80
2 changed files with 13 additions and 8 deletions

View File

@@ -562,6 +562,10 @@ function Build-PackageManagementEnvironmentTable {
@{
"Name" = "VCPKG_INSTALLATION_ROOT"
"Value" = $env:VCPKG_INSTALLATION_ROOT
},
@{
"Name" = "VCPKG_ROOT"
"Value" = $env:VCPKG_ROOT
}
) | ForEach-Object {
[PSCustomObject] @{