Skip to content

Commit

Permalink
build(devops): ignore package conflicts, set artifact path
Browse files Browse the repository at this point in the history
  • Loading branch information
seangwright committed Aug 22, 2023
1 parent 362dd6e commit 26131e7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .azuredevops/pipelines/build-and-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ stages:
displayName: NuGet push
inputs:
command: push
packagesToPush: $(Pipeline.Workspace)/**/*.nupkg
packagesToPush: $(Pipeline.Workspace)/artifact/*.nupkg
nuGetFeedType: external
publishFeedCredentials: nuget.org
allowPackageConflicts: true

0 comments on commit 26131e7

Please sign in to comment.