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:
70
70
workingDirectory: $(Pipeline.Workspace)
71
71
displayName: Output Visible Artifacts
72
72
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)
80
80
81
81
- ${{if ne(artifact.skipPublishPackage, 'true')}} :
82
82
- deployment : PublishPackage
You can’t perform that action at this time.
0 commit comments