diff --git a/azure-pipelines.yml b/azure-pipelines.yml index c258bfa3..16510bea 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -82,6 +82,7 @@ stages: packagesToPush: '$(Pipeline.Workspace)/**/*.nupkg' nuGetFeedType: 'internal' publishVstsFeed: 'NuGet-PreRelease' + allowPackageConflicts: true - stage: 'NuGetPublish' dependsOn: 'InternalPublish'