mirror of
https://github.com/actions/runner-images.git
synced 2025-12-20 06:35:47 +00:00
[Windows] Add VCPKG_ROOT variable (#6192)
This commit is contained in:
@@ -347,6 +347,10 @@ function Build-PackageManagementEnvironmentTable {
|
||||
@{
|
||||
"Name" = "VCPKG_INSTALLATION_ROOT"
|
||||
"Value" = $env:VCPKG_INSTALLATION_ROOT
|
||||
},
|
||||
@{
|
||||
"Name" = "VCPKG_ROOT"
|
||||
"Value" = $env:VCPKG_ROOT
|
||||
}
|
||||
)
|
||||
if (Test-IsWin19) {
|
||||
|
||||
Reference in New Issue
Block a user