From 7f0a75a24b2188cc6233c918fbfc8d0fcb2fc4e1 Mon Sep 17 00:00:00 2001 From: wyunchi-ms Date: Sun, 26 Sep 2021 15:22:06 +0800 Subject: [PATCH] Try to fix the issue that will throw exception when publish symbol nupkg --- .azure-pipelines/Azure-PowerShell-Common-Publish.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.azure-pipelines/Azure-PowerShell-Common-Publish.yml b/.azure-pipelines/Azure-PowerShell-Common-Publish.yml index 14667bc698..99f0c7b44d 100644 --- a/.azure-pipelines/Azure-PowerShell-Common-Publish.yml +++ b/.azure-pipelines/Azure-PowerShell-Common-Publish.yml @@ -92,6 +92,7 @@ steps: inputs: command: push packagesToPush: 'artifacts/Package/Release/Microsoft.Azure.PowerShell.*.nupkg' + allowPackageConflicts: true publishVstsFeed: public/azure-powershell - powershell: |