From 2e4544baf71b54568f6a7d818efbb7f78753ae2b Mon Sep 17 00:00:00 2001 From: Ivan Gavryliuk Date: Sun, 13 Dec 2020 16:09:12 +0000 Subject: [PATCH 1/2] fix nuget feed --- azure-pipelines.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 16f6a7f5..c2225bf1 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -115,7 +115,7 @@ stages: - task: NuGetCommand@2 displayName: nuget.org inputs: - command: push + command: 'push' packagesToPush: '$(System.ArtifactsDirectory)/nuget/*.nupkg' - nuGetFeedType: external + nuGetFeedType: 'external' publishFeedCredentials: 'nuget.org (aloneguid)' \ No newline at end of file From 5c48201630b12e89682ed478322abca64fb97aad Mon Sep 17 00:00:00 2001 From: Ivan Gavryliuk Date: Sun, 13 Dec 2020 16:12:11 +0000 Subject: [PATCH 2/2] fix nuget --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index c2225bf1..c58ee2ea 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -118,4 +118,4 @@ stages: command: 'push' packagesToPush: '$(System.ArtifactsDirectory)/nuget/*.nupkg' nuGetFeedType: 'external' - publishFeedCredentials: 'nuget.org (aloneguid)' \ No newline at end of file + publishFeedCredentials: 'nuget.org' \ No newline at end of file