File tree Expand file tree Collapse file tree 1 file changed +0
-15
lines changed Expand file tree Collapse file tree 1 file changed +0
-15
lines changed Original file line number Diff line number Diff line change @@ -81,21 +81,6 @@ steps:
81
81
buildProperties : ' VERSION=$(build.buildNumber)'
82
82
condition : and(succeeded(), eq(variables['Build.SourceBranch'], 'refs/heads/main'))
83
83
84
- - task : GitHubRelease@1
85
- inputs :
86
- gitHubConnection : ' azure-github-sqs'
87
- repositoryName : ' $(Build.Repository.Name)'
88
- action : ' create'
89
- target : ' $(build.buildNumber)'
90
- tagSource : ' userSpecifiedTag'
91
- tag : ' $(build.buildNumber)'
92
- title : ' v$(build.buildNumber)'
93
- releaseNotesFilePath : ' Changelog.md'
94
- assets : ' $(Build.ArtifactStagingDirectory)/*.nupkg'
95
- addChangeLog : false
96
- condition : and(succeeded(), eq(variables['Build.SourceBranch'], 'refs/heads/main'))
97
- continueOnError : true
98
-
99
84
- task : NuGetCommand@2
100
85
displayName : ' NuGet push'
101
86
inputs :
You can’t perform that action at this time.
0 commit comments