From ec236840160d3e6c28fc78e572c266e11be7fdcf Mon Sep 17 00:00:00 2001 From: Robin Krom Date: Wed, 29 Jan 2020 10:14:11 +0100 Subject: [PATCH] Excluded push for now, otherwise we can't test the build --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 2c28e1c..05f4163 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -88,4 +88,4 @@ stages: command: push packagesToPush: '$(Pipeline.Workspace)/drop/*.nupkg;!$(Pipeline.Workspace)/drop/*.symbols.nupkg' nuGetFeedType: external - publishFeedCredentials: 'NotifyIcon nuget push' + # publishFeedCredentials: 'NotifyIcon nuget push'