From be4ce269228c0fa8109fc348f1e68448ad55f54e Mon Sep 17 00:00:00 2001 From: Aditya Patwardhan Date: Wed, 16 Jan 2019 10:29:26 -0800 Subject: [PATCH] Change the feed URL to feed name --- .../azureDevOps/AzArtifactFeed/PSGalleryToAzArtifacts.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/releaseBuild/azureDevOps/AzArtifactFeed/PSGalleryToAzArtifacts.yml b/tools/releaseBuild/azureDevOps/AzArtifactFeed/PSGalleryToAzArtifacts.yml index 997f6030ab0..784f134397b 100644 --- a/tools/releaseBuild/azureDevOps/AzArtifactFeed/PSGalleryToAzArtifacts.yml +++ b/tools/releaseBuild/azureDevOps/AzArtifactFeed/PSGalleryToAzArtifacts.yml @@ -29,5 +29,5 @@ steps: displayName: 'NuGet push' inputs: command: push - publishVstsFeed: 'https://mscodehub.pkgs.visualstudio.com/_packaging/pscore-release/nuget/v3/index.json' + publishVstsFeed: 'pscore-release' publishFeedCredentials: 'AzArtifactsFeed'