diff --git a/eng/scripts/Get-BinarySizes.ps1 b/eng/scripts/Get-BinarySizes.ps1 index bebb6c474..af8a91da4 100644 --- a/eng/scripts/Get-BinarySizes.ps1 +++ b/eng/scripts/Get-BinarySizes.ps1 @@ -52,7 +52,7 @@ function getTargetOs { return "win-2019" } - if ($OsVMImage -match "^MMS2022$|^win-2022$") { + if ($OsVMImage -match "^MMS2022$|^win-2022$|^windows-2022$") { return "win-2022" }