From afdc58091c26f2ee3c6713f8ef46f2f2f98be631 Mon Sep 17 00:00:00 2001 From: James Croft Date: Sat, 2 Jan 2021 21:14:02 +0000 Subject: [PATCH] Added change to allow internal release to skip duplicates --- azure-pipelines.yml | 1 + 1 file changed, 1 insertion(+) 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'