From 0e516e2ef8612ffa7030ad05072e7a9958824e53 Mon Sep 17 00:00:00 2001 From: josesimoes Date: Thu, 5 Mar 2020 12:40:07 +0000 Subject: [PATCH] Work CD-CI - Replace service connections with global ones. ***PUBLISH_RELEASE*** Signed-off-by: josesimoes --- azure-pipelines.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index d49b6c5e..9d9e0276 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -247,7 +247,7 @@ jobs: command: push nuGetFeedType: external packagesToPush: '$(Build.ArtifactStagingDirectory)/*.nupkg' - publishFeedCredentials: 'AzureArtifacts' + publishFeedCredentials: 'AzureArtifacts-nano-firmware-flasher' condition: succeeded() continueOnError: true displayName: Push NuGet packages to AzureArtifacts @@ -259,7 +259,7 @@ jobs: nuGetFeedType: external allowPackageConflicts: true packagesToPush: '$(Build.ArtifactStagingDirectory)/*.nupkg' - publishFeedCredentials: 'NuGet' + publishFeedCredentials: 'NuGet-nano-firmware-flasher' condition: and( succeeded(), startsWith(variables['Build.SourceBranch'], 'refs/tags/v') ) continueOnError: true displayName: Push NuGet packages to NuGet