We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 659bf71 commit 2955994Copy full SHA for 2955994
eng/common/scripts/Verify-AgentOS.ps1
@@ -10,7 +10,7 @@ function Throw-InvalidOperatingSystem {
10
11
if ($IsWindows -and $AgentImage -match "windows|win|MMS\d{4}") {
12
$osName = "Windows"
13
-} elseif ($IsLinux -and $AgentImage -match "ubuntu") {
+} elseif ($IsLinux -and $AgentImage -match "ubuntu|linux") {
14
$osName = "Linux"
15
} elseif ($IsMacOs -and $AgentImage -match "macos") {
16
$osName = "macOS"
0 commit comments