From c9f934767005b8d3ee099f26f30c23d870e855d8 Mon Sep 17 00:00:00 2001 From: Robin Krom Date: Wed, 29 Jan 2020 10:34:14 +0100 Subject: [PATCH] Trying to publish to a Azure DevOps internal feed --- azure-pipelines.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 1cbcb4a..3fd2f29 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -80,5 +80,6 @@ stages: inputs: command: push packagesToPush: '$(Pipeline.Workspace)/drop/*.nupkg;!$(Pipeline.Workspace)/drop/*.symbols.nupkg' - nuGetFeedType: external + nuGetFeedType: internal + vstsFeed: https://pkgs.dev.azure.com/wpfnotify/47ad3688-2ac8-4838-831d-304f8d86514b/_packaging/NotifyIconBetaFeed/nuget/v3/index.json # publishFeedCredentials: 'NotifyIcon nuget push'