File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
eng/pipelines/templates/stages Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -70,13 +70,13 @@ stages:
7070 workingDirectory: $(Pipeline.Workspace)
7171 displayName: Output Visible Artifacts
7272
73- - template : /eng/common/pipelines/templates/steps/create-tags-and-git-release.yml
74- parameters :
75- ArtifactLocation : $(Pipeline.Workspace)/${{parameters.ArtifactName}}/${{artifact.name}}
76- PackageRepository : PyPI
77- ReleaseSha : $(Build.SourceVersion)
78- RepoId : Azure/azure-sdk-for-python
79- WorkingDirectory : $(System.DefaultWorkingDirectory)
73+ # - template: /eng/common/pipelines/templates/steps/create-tags-and-git-release.yml
74+ # parameters:
75+ # ArtifactLocation: $(Pipeline.Workspace)/${{parameters.ArtifactName}}/${{artifact.name}}
76+ # PackageRepository: PyPI
77+ # ReleaseSha: $(Build.SourceVersion)
78+ # RepoId: Azure/azure-sdk-for-python
79+ # WorkingDirectory: $(System.DefaultWorkingDirectory)
8080
8181 - ${{if ne(artifact.skipPublishPackage, 'true')}} :
8282 - deployment : PublishPackage
You can’t perform that action at this time.
0 commit comments