From ee73d3897c2c4c9a2b06313458f285c606d878e2 Mon Sep 17 00:00:00 2001 From: TomPallister Date: Sat, 11 Feb 2017 12:18:27 +0000 Subject: [PATCH] removed second publish of symols as we publish with the nuget package --- build.cake | 8 -------- 1 file changed, 8 deletions(-) diff --git a/build.cake b/build.cake index 1a1f005d..0dca21ec 100644 --- a/build.cake +++ b/build.cake @@ -318,14 +318,6 @@ private void PublishPackages(string feedApiKey, string codeFeedUrl, string symbo ApiKey = feedApiKey, Source = codeFeedUrl }); - - NuGetPush( - symbolsPackage, - new NuGetPushSettings { - ApiKey = feedApiKey, - Source = symbolFeedUrl - }); - } /// gets the resource from the specified url