passing the same workaround on job name
This commit is contained in:
parent
02ae6a4956
commit
297dbb1da4
@ -44,7 +44,8 @@ parameters:
|
||||
default: ''
|
||||
|
||||
jobs:
|
||||
- job: ValidateLive
|
||||
- job: ${{ parameters.DisplayName }}_${{ parameters.OSName }}
|
||||
displayName: ValidateLive
|
||||
dependsOn: ${{ parameters.DependsOn }}
|
||||
condition: and(ne(variables['Skip.LiveTest'], 'true'), ne(${{ parameters.Matrix }}, '{}'))
|
||||
timeoutInMinutes: ${{ parameters.TimeoutInMinutes }}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user