Skip to content

Commit 9de6b90

Browse files
committed
Update azure-pipelines.yml for Azure Pipelines
1 parent 7b088a3 commit 9de6b90

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

azure-pipelines.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,3 +132,15 @@ jobs:
132132
$vsixPath = Resolve-Path $(Build.StagingDirectory)\Artifact\
133133
Get-ChildItem $vsixPath
134134
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

Comments
 (0)