Skip to content

Commit 753f5d7

Browse files
authored
conditions should align properly (#35480)
1 parent 9af5f35 commit 753f5d7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

eng/pipelines/templates/steps/run_apistub.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ steps:
1919
- script: |
2020
python -m pip install -r eng/ci_tools.txt
2121
displayName: 'Prep Environment'
22+
condition: and(succeededOrFailed(), ne(variables['Skip.ApiStubGen'],'true'))
2223
2324
- task: PythonScript@0
2425
condition: and(succeededOrFailed(), ne(variables['Skip.ApiStubGen'],'true'))

0 commit comments

Comments
 (0)