Skip to content

Commit fc7bd5f

Browse files
committed
Work CD-CI
- Update tags trigger. - Fix github release commit. Signed-off-by: José Simões <[email protected]>
1 parent 81f0747 commit fc7bd5f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

azure-pipelines.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ trigger:
44
- master
55
- develop
66
- release/*
7-
- refs/tags/v/*
7+
- refs/tags/*
88
paths:
99
exclude:
1010
- /*.md
@@ -204,6 +204,7 @@ steps:
204204
githubTag: v$(MY_NUGET_VERSION)
205205
githubReleaseTitle: '$(nugetPackageName) Library v$(MY_NUGET_VERSION)'
206206
githubReleaseNotes: 'Check the [changelog]($(Build.Repository.Uri)/blob/$(Build.SourceBranchName)/CHANGELOG.md).<br><h4>Install from nanoFramework MyGet development feed</h4>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).'
207+
githubTargetCommitsh: $(Build.SourceVersion)
207208
githubReleaseDraft: true
208209
githubReleasePrerelease: true
209210
githubReuseDraftOnly: true
@@ -222,6 +223,7 @@ steps:
222223
githubTag: v$(MY_NUGET_VERSION)
223224
githubReleaseTitle: '$(nugetPackageName) Library v$(MY_NUGET_VERSION)'
224225
githubReleaseNotes: 'Check the [changelog]($(Build.Repository.Uri)/blob/$(Build.SourceBranchName)/CHANGELOG.md).<br><h4>Install from NuGet</h4>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).'
226+
githubTargetCommitsh: $(Build.SourceVersion)
225227
githubReleaseDraft: true
226228
githubReleasePrerelease: true
227229
githubReuseDraftOnly: true

0 commit comments

Comments
 (0)