Test Samples shouldn't run if we have a failure earlier in the build (#19893)
This commit is contained in:
Родитель
a54df6f18e
Коммит
1614c53365
|
@ -90,7 +90,7 @@ steps:
|
|||
|
||||
- task: PythonScript@0
|
||||
displayName: 'Test Samples'
|
||||
condition: eq(variables['TestSamples'], 'true')
|
||||
condition: and(succeeded(), eq(variables['TestSamples'], 'true'))
|
||||
inputs:
|
||||
scriptPath: 'scripts/devops_tasks/setup_execute_tests.py'
|
||||
arguments: >-
|
||||
|
|
Загрузка…
Ссылка в новой задаче