mirror of
https://github.com/actions/runner-images-sangeeth.git
synced 2025-12-14 13:56:47 +00:00
Revert "Revert VCPKG_ROOT variable (#6449)"
This reverts commit 88d253f383.
This commit is contained in:
committed by
Mikhail Koliada
parent
88d253f383
commit
5e91f0a07d
@@ -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] @{
|
||||
|
||||
Reference in New Issue
Block a user