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 c57ebb4 commit a992c8bCopy full SHA for a992c8b
eng/pipelines/templates/stages/archetype-python-release.yml
@@ -56,7 +56,7 @@ stages:
56
ReleaseSha: $(Build.SourceVersion)
57
RepoId: Azure/azure-sdk-for-python
58
WorkingDirectory: $(System.DefaultWorkingDirectory)
59
- - template: eng/common/pipelines/templates/steps/retain-run.yml
+ - template: /eng/common/pipelines/templates/steps/retain-run.yml
60
61
- ${{if ne(artifact.skipPublishPackage, 'true')}}:
62
- deployment: PublishPackage
0 commit comments