Skip to content

Commit

Permalink
Include packages in release assets
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Omondi committed Jul 9, 2024
1 parent c055b8c commit f598538
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .azure-pipelines/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,9 @@ extends:
tag: 'v$(VERSION_STRING)'
title: '$(VERSION_STRING)'
releaseNotesSource: inline
assets: '!**/**'
assets: |
!**/**
$(Pipeline.Workspace)/Microsoft.Kiota.*.*nupkg
changeLogType: issueBased
isPreRelease : '$(IS_PRE_RELEASE)'
addChangeLog : true

0 comments on commit f598538

Please sign in to comment.