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 5ff6eab commit e0995daCopy full SHA for e0995da
build/azure-pipelines/build-product.yml
@@ -121,6 +121,12 @@ stages:
121
tarCompression: 'bz2'
122
archiveFile: '$(Build.ArtifactStagingDirectory)/sqlcmd-$(VERSION_TAG)-darwin.tar.bz2'
123
124
+ - task: GitHubRelease@0
125
+ displayName: Publish draft Github release
126
+ inputs:
127
+ repositoryName: '$(Build.Repository.Name)'
128
+ gitHubConnection: CrossPlatBuildScripts
129
+
130
- task: PublishPipelineArtifact@1
131
displayName: 'Publish release archives'
132
inputs:
0 commit comments