We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9af5f35 commit 753f5d7Copy full SHA for 753f5d7
eng/pipelines/templates/steps/run_apistub.yml
@@ -19,6 +19,7 @@ steps:
19
- script: |
20
python -m pip install -r eng/ci_tools.txt
21
displayName: 'Prep Environment'
22
+ condition: and(succeededOrFailed(), ne(variables['Skip.ApiStubGen'],'true'))
23
24
- task: PythonScript@0
25
condition: and(succeededOrFailed(), ne(variables['Skip.ApiStubGen'],'true'))
0 commit comments