From 3c5011dee89ce07702d8bd6101cccc9c4595d4bf Mon Sep 17 00:00:00 2001 From: josesimoes Date: Mon, 4 Jan 2021 07:20:03 +0000 Subject: [PATCH] Work CI-CD - Update service connection names. ***NO_CI*** --- azure-pipelines-templates/pack-publish-managed-helpers.yml | 2 +- .../pack-publish-ti-sl-managed-helpers.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/azure-pipelines-templates/pack-publish-managed-helpers.yml b/azure-pipelines-templates/pack-publish-managed-helpers.yml index 26cda9c40a..60dea5a554 100644 --- a/azure-pipelines-templates/pack-publish-managed-helpers.yml +++ b/azure-pipelines-templates/pack-publish-managed-helpers.yml @@ -57,6 +57,6 @@ steps: command: push nuGetFeedType: external packagesToPush: '$(Build.ArtifactStagingDirectory)/*.nupkg' - publishFeedCredentials: 'NuGet' + publishFeedCredentials: 'NuGet-$(System.TeamProject)' condition: and( succeeded(), eq(variables['BUILD_NUGET_PACKAGE'], true), ne(variables['Build.Reason'], 'PullRequest') ) displayName: Push managed helpers NuGet packages to NuGet diff --git a/azure-pipelines-templates/pack-publish-ti-sl-managed-helpers.yml b/azure-pipelines-templates/pack-publish-ti-sl-managed-helpers.yml index 51a51ec3a8..2547571e7b 100644 --- a/azure-pipelines-templates/pack-publish-ti-sl-managed-helpers.yml +++ b/azure-pipelines-templates/pack-publish-ti-sl-managed-helpers.yml @@ -57,6 +57,6 @@ steps: command: push nuGetFeedType: external packagesToPush: '$(Build.ArtifactStagingDirectory)/*.nupkg' - publishFeedCredentials: 'NuGet' + publishFeedCredentials: 'NuGet-$(System.TeamProject)' condition: and( succeeded(), eq(variables['BUILD_NUGET_PACKAGE'], true), ne(variables['Build.Reason'], 'PullRequest') ) displayName: Push managed helpers NuGet packages to NuGet