diff --git a/eng/common/pipelines/templates/steps/bypass-local-dns.yml b/eng/common/pipelines/templates/steps/bypass-local-dns.yml index 91b5c4978..c0608dbf6 100644 --- a/eng/common/pipelines/templates/steps/bypass-local-dns.yml +++ b/eng/common/pipelines/templates/steps/bypass-local-dns.yml @@ -6,6 +6,9 @@ steps: condition: | and( succeededOrFailed(), - eq(variables['OSVmImage'], 'ubuntu-18.04'), + or( + eq(variables['OSVmImage'], 'ubuntu-18.04'), + eq(variables['OSVmImage'], 'MMSUbuntu18.04') + ), eq(variables['Container'], '') )