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 9f03f53 commit aa5657dCopy full SHA for aa5657d
eng/pipelines/templates/stages/archetype-python-release.yml
@@ -260,7 +260,7 @@ stages:
260
261
- stage: Integration
262
dependsOn: "${{parameters.DependsOn}}"
263
- condition: succeededOrFailed("${{parameters.DependsOn}}")
+ condition: succeededOrFailed('${{parameters.DependsOn}}')
264
jobs:
265
- job: PublishPackages
266
displayName: "Publish package to daily feed"
0 commit comments