There was an error while loading. Please reload this page.
2 parents 4c53e34 + 14190ba commit 72d3923Copy full SHA for 72d3923
1 file changed
azure-pipelines/release.yml
@@ -87,7 +87,9 @@ extends:
87
title: v$(resources.pipeline.CI.runName)
88
isDraft: true # After running this step, visit the new draft release, edit, and publish.
89
isPreRelease: $(IsPrerelease)
90
- assets: $(Pipeline.Workspace)/CI/deployables-Windows/NuGet/*.nupkg
+ assets: |
91
+ $(Pipeline.Workspace)/CI/deployables-Windows/NuGet/*.nupkg
92
+ $(Pipeline.Workspace)/CI/deployables-Windows/WinDBGGallery/*.nupkg
93
changeLogCompareToRelease: lastNonDraftRelease
94
changeLogType: issueBased
95
changeLogLabels: |
0 commit comments