Skip to content

Commit 4ff4cef

Browse files
Add Ubuntu 20 to local dns bypass template (Azure#15951)
Co-authored-by: Praveen Kuttappan <praveen.kuttappan@gmail.com>
1 parent aa8db15 commit 4ff4cef

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@ steps:
88
succeededOrFailed(),
99
or(
1010
eq(variables['OSVmImage'], 'ubuntu-18.04'),
11-
eq(variables['OSVmImage'], 'MMSUbuntu18.04')
11+
eq(variables['OSVmImage'], 'ubuntu-20.04'),
12+
eq(variables['OSVmImage'], 'MMSUbuntu18.04'),
13+
eq(variables['OSVmImage'], 'MMSUbuntu20.04')
1214
),
1315
eq(variables['Container'], '')
1416
)

0 commit comments

Comments
 (0)