We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b088a3 commit 9de6b90Copy full SHA for 9de6b90
azure-pipelines.yml
@@ -132,3 +132,15 @@ jobs:
132
$vsixPath = Resolve-Path $(Build.StagingDirectory)\Artifact\
133
Get-ChildItem $vsixPath
134
135
+ - task: GitHubRelease@1
136
+ displayName: 'Publish new release to GitHub'
137
+ inputs:
138
+ gitHubConnection: 'github release connection'
139
+ repositoryName: 'gmarginet/SqlQueryTools'
140
+ action: 'create'
141
+ target: '$(Build.SourceVersion)'
142
+ tagSource: 'userSpecifiedTag'
143
+ tag: 'v$(currentVsixVersion)'
144
+ changeLogCompareToRelease: 'lastFullRelease'
145
+ changeLogType: 'issueBased'
146
+ changeLogLabels:
0 commit comments