Skip to content

Commit

Permalink
Fix nightly nuget publishing (#8919)
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminpetit authored Mar 22, 2024
1 parent bf69ae9 commit ce2711b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .azure/pipelines/templates/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ jobs:
- ${{ if and(eq(parameters.codesign, true), eq(parameters.publish_nightly, true)) }}:
- output: nuget
useDotNetTask: false
packageParentPath: $(Pipeline.Workspace)
packagesToPush: $(Pipeline.Workspace)/nuget/**/*.nupkg
nuGetFeedType: internal
publishVstsFeed: 'orleans-public/orleans-nightly'
Expand Down

0 comments on commit ce2711b

Please sign in to comment.