[windows] Add windows-11-arm64 image generation code (#13879)
This commit is contained in:
@@ -297,9 +297,9 @@ function Build-PackageManagementEnvironmentTable {
|
||||
"Name" = "VCPKG_INSTALLATION_ROOT"
|
||||
"Value" = $env:VCPKG_INSTALLATION_ROOT
|
||||
},
|
||||
[PSCustomObject] @{
|
||||
$(if (-not (Test-IsWin11-Arm64)) { [PSCustomObject] @{
|
||||
"Name" = "CONDA"
|
||||
"Value" = $env:CONDA
|
||||
}
|
||||
)
|
||||
} })
|
||||
) | Where-Object { $_ }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user