Skip to content

Commit 8f7f585

Browse files
authored
Enable retain runs. (Azure#17960)
1 parent 75c8874 commit 8f7f585

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

eng/pipelines/templates/stages/archetype-python-release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,8 @@ stages:
5656
ReleaseSha: $(Build.SourceVersion)
5757
RepoId: Azure/azure-sdk-for-python
5858
WorkingDirectory: $(System.DefaultWorkingDirectory)
59-
59+
- template: eng/common/pipelines/templates/steps/retain-run.yml
60+
6061
- ${{if ne(artifact.skipPublishPackage, 'true')}}:
6162
- deployment: PublishPackage
6263
displayName: "Publish to PyPI"

0 commit comments

Comments
 (0)