repair livetests. they need to NOT have a job name
This commit is contained in:
parent
4cf7598484
commit
8d3d6e857d
@ -44,7 +44,8 @@ parameters:
|
||||
default: ''
|
||||
|
||||
jobs:
|
||||
- job: ValidateLive
|
||||
- job:
|
||||
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