Revert "Revert VCPKG_ROOT variable (#6449)"

This reverts commit 88d253f383.
This commit is contained in:
Erik Bershel
2022-10-24 12:23:14 +02:00
committed by Mikhail Koliada
parent 88d253f383
commit 5e91f0a07d
7 changed files with 37 additions and 18 deletions

View File

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