From c096a7ba59f6b5d3d777e48b6bee3c7ef0b55559 Mon Sep 17 00:00:00 2001 From: Manuel de la Pena Date: Mon, 4 Oct 2021 18:05:10 -0400 Subject: [PATCH] [CI] Use correct var everywhere. --- tools/devops/automation/templates/release/publish-nugets.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/devops/automation/templates/release/publish-nugets.yml b/tools/devops/automation/templates/release/publish-nugets.yml index d2b4fee056..ac56fd2d21 100644 --- a/tools/devops/automation/templates/release/publish-nugets.yml +++ b/tools/devops/automation/templates/release/publish-nugets.yml @@ -37,7 +37,7 @@ steps: command: push packagesToPush: $(Build.SourcesDirectory)/package/*.nupkg nuGetFeedType: external - publishFeedCredentials: $(ConfigureNuget.Credential) + publishFeedCredentials: $(nuget-feed) - task: DownloadPipelineArtifact@2 inputs: @@ -52,4 +52,4 @@ steps: command: push packagesToPush: $(Build.SourcesDirectory)/vs-msi-nugets/*.nupkg nuGetFeedType: external - publishFeedCredentials: $(ConfigureNuget.Credential) + publishFeedCredentials: $(nuget-feed)