Skip to content

Commit

Permalink
Merge pull request #18639 from unoplatform/dev/jela/publish-adjust
Browse files Browse the repository at this point in the history
ci: Adjust publis publish for packages
  • Loading branch information
jeromelaban authored Oct 31, 2024
2 parents e79d628 + 099d4b1 commit bdb1b63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/ci/templates/nuget-publish-public.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ steps:
displayName: 'Publish to nuget.org'
inputs:
command: 'push'
packagesToPush: '$(Pipeline.Workspace)/Nuget_Packages/**/*.nupkg;$(Pipeline.Workspace)/Nuget_Packages/**/*Private*.nupkg'
packagesToPush: '$(Pipeline.Workspace)/Nuget_Packages/**/*.nupkg'
nuGetFeedType: 'external'
publishFeedCredentials: 'nuget.org uno packages'
verbosityPush: 'Normal'
Expand Down

0 comments on commit bdb1b63

Please sign in to comment.