Skip to content

Commit 32219ff

Browse files
Remove the github release task
1 parent 6ef8035 commit 32219ff

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

azure-pipelines.yml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -81,21 +81,6 @@ steps:
8181
buildProperties: 'VERSION=$(build.buildNumber)'
8282
condition: and(succeeded(), eq(variables['Build.SourceBranch'], 'refs/heads/main'))
8383

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-
9984
- task: NuGetCommand@2
10085
displayName: 'NuGet push'
10186
inputs:

0 commit comments

Comments
 (0)