Skip to content

Commit 72d3923

Browse files
AArnottCopilot
andauthored
Include WinDbg package in GitHub releases (#1630)
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
2 parents 4c53e34 + 14190ba commit 72d3923

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

azure-pipelines/release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,9 @@ extends:
8787
title: v$(resources.pipeline.CI.runName)
8888
isDraft: true # After running this step, visit the new draft release, edit, and publish.
8989
isPreRelease: $(IsPrerelease)
90-
assets: $(Pipeline.Workspace)/CI/deployables-Windows/NuGet/*.nupkg
90+
assets: |
91+
$(Pipeline.Workspace)/CI/deployables-Windows/NuGet/*.nupkg
92+
$(Pipeline.Workspace)/CI/deployables-Windows/WinDBGGallery/*.nupkg
9193
changeLogCompareToRelease: lastNonDraftRelease
9294
changeLogType: issueBased
9395
changeLogLabels: |

0 commit comments

Comments
 (0)