From ceec3e3771b489859fa70ae4a8e1437d4fe59045 Mon Sep 17 00:00:00 2001 From: "Arash A. Sabet" <26050123+Arash-Sabet@users.noreply.github.com> Date: Sun, 28 Nov 2021 15:10:52 -0500 Subject: [PATCH] Update azure-pipelines.yml for Azure Pipelines --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 677a975..2f15e5f 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -74,5 +74,5 @@ steps: command: 'push' packagesToPush: '$(Build.ArtifactStagingDirectory)/**/*.nupkg;!$(Build.ArtifactStagingDirectory)/**/*.symbols.nupkg' nuGetFeedType: 'external' - publishFeedCredentials: 'nuget' + publishFeedCredentials: 'NuGet' allowPackageConflicts: true