From 5f75368dcfd3bdcd0995bae6c333f13124cb403e Mon Sep 17 00:00:00 2001 From: Frank Wagner Date: Sat, 13 Apr 2024 10:28:04 +0200 Subject: [PATCH] Update azure-piplines.yml for Azure Pipelines --- azure-piplines.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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