diff --git a/azure-piplines.yml b/azure-piplines.yml index 2faee4b..f64d49b 100644 --- a/azure-piplines.yml +++ b/azure-piplines.yml @@ -65,4 +65,5 @@ steps: command: 'push' packagesToPush: '$(Build.ArtifactStagingDirectory)/**/*.nupkg;!$(Build.ArtifactStagingDirectory)/**/*.symbols.nupkg' nuGetFeedType: 'internal' - publishVstsFeed: '59a3608a-9bed-4cb4-9467-6efaaa3cbef5/1e425ef4-e3a0-4927-b4c0-2beff753cb88' \ No newline at end of file + publishVstsFeed: '59a3608a-9bed-4cb4-9467-6efaaa3cbef5/1e425ef4-e3a0-4927-b4c0-2beff753cb88' + allowPackageConflicts: true \ No newline at end of file