Ensure bypass conditional template gets run for 1es ubuntu image (#1420)
Co-authored-by: Ben Broderick Phillips <bebroder@microsoft.com>
This commit is contained in:
parent
aae5fc8186
commit
bae689aee2
@ -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'], '')
|
||||
)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user