Revert VCPKG_ROOT variable (#6449)

This commit is contained in:
Erik Bershel
2022-10-24 11:10:20 +02:00
committed by GitHub
parent c2112cbe40
commit 88d253f383
7 changed files with 18 additions and 37 deletions

View File

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