Skip to content

Commit

Permalink
Merge pull request #18640 from unoplatform/mergify/bp/release/stable/…
Browse files Browse the repository at this point in the history
…5.5/pr-18639

ci: Adjust public publish for packages (backport #18639)
  • Loading branch information
jeromelaban authored Oct 31, 2024
2 parents 6383649 + 9836396 commit a9fa0f2
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 a9fa0f2

Please sign in to comment.