Skip to content

Commit 8ddc3e9

Browse files
azure-sdkbenbp
andauthored
Ensure bypass conditional template gets run for 1es ubuntu image (Azure#18713)
Co-authored-by: Ben Broderick Phillips <bebroder@microsoft.com>
1 parent 65cd073 commit 8ddc3e9

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

eng/common/pipelines/templates/steps/bypass-local-dns.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ steps:
66
condition: |
77
and(
88
succeededOrFailed(),
9-
eq(variables['OSVmImage'], 'ubuntu-18.04'),
9+
or(
10+
eq(variables['OSVmImage'], 'ubuntu-18.04'),
11+
eq(variables['OSVmImage'], 'MMSUbuntu18.04')
12+
),
1013
eq(variables['Container'], '')
1114
)

0 commit comments

Comments
 (0)