Skip to content

Commit fa47187

Browse files
authored
Work CI-CD
- Remove adding release notes to github release. ***NO_CI***
1 parent 12e9d96 commit fa47187

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

azure-pipelines.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,9 +85,7 @@ steps:
8585
tagSource: userSpecifiedTag
8686
tag: v$(MY_NUGET_VERSION)
8787
title: '$(nugetPackageName) Library v$(MY_NUGET_VERSION)'
88-
releaseNotesSource: inline
89-
releaseNotesInline: 'Check the [changelog]($(Build.Repository.Uri)/blob/$(Build.SourceBranchName)/CHANGELOG.md).<br><br><h4>Install from NuGet</h4><br>The following NuGet packages are available for download from this release:<br>:package: [.NET](https://www.nuget.org/packages/$(nugetPackageName)/$(MY_NUGET_VERSION)) v$(MY_NUGET_VERSION).<br>:package: [.NET (client API only)](https://www.nuget.org/packages/nanoFramework.System.Net.WebSockets.Client/$(MY_NUGET_VERSION)) v$(MY_NUGET_VERSION)<br>:package: [.NET (server API only)](https://www.nuget.org/packages/nanoFramework.System.Net.WebSockets.Server/$(MY_NUGET_VERSION)) v$(MY_NUGET_VERSION)'
90-
assets: '$(Build.ArtifactStagingDirectory)/$(nugetPackageName).$(MY_NUGET_VERSION).nupkg'
88+
assets: '$(Build.ArtifactStagingDirectory)/*.nupkg'
9189
assetUploadMode: replace
9290
isPreRelease: false
9391
addChangeLog: false

0 commit comments

Comments
 (0)