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 f08c94f commit 86f997eCopy full SHA for 86f997e
azure-pipelines.yml
@@ -226,11 +226,13 @@ steps:
226
227
- task: GithubRelease@1
228
displayName: 'Create GitHub Release'
229
- condition: and(succeeded(), ne(variables['package_count'],0))
+ condition: and(succeeded(), eq(variables['push_packages'], 'True'))
230
inputs:
231
gitHubConnection: github-czemacleod
232
repositoryName: CZEMacLeod/MSBuild.SDK.SystemWeb
233
assets: $(Build.ArtifactStagingDirectory)/*.nupkg
234
+ tagSource: userSpecifiedTag
235
+ tag: v$(Build.BuildNumber)
236
addChangeLog: true
237
releaseNotesSource: filePath
238
releaseNotesFilePath: $(Build.ArtifactStagingDirectory)/ReleaseNotes.md
0 commit comments