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 bbbf80a commit cd4b25aCopy full SHA for cd4b25a
1 file changed
CI/azure-pipelines-build.yml
@@ -374,4 +374,17 @@ stages:
374
indexSources: true
375
publishSymbols: true
376
symbolServerType: TeamServices
377
- detailedLog: true
+ detailedLog: true
378
+ - task: GitHubRelease@1
379
+ inputs:
380
+ isPreRelease: true
381
+ gitHubConnection: 'iron-software'
382
+ repositoryName: 'iron-software/IronSoftware.System.Drawing'
383
+ action: 'create'
384
+ target: '$(Build.SourceVersion)'
385
+ tagSource: 'userSpecifiedTag'
386
+ tag: '$(NuGetVersion)'
387
+ title: 'IronSoftware.System.Drawing v$(NuGetVersion)'
388
+ releaseNotesSource: 'inline'
389
+ changeLogCompareToRelease: 'lastFullRelease'
390
+ changeLogType: 'commitBased'
0 commit comments