removed second publish of symols as we publish with the nuget package

This commit is contained in:
TomPallister 2017-02-11 12:18:27 +00:00
parent ce83c7dfff
commit ee73d3897c

View File

@ -318,14 +318,6 @@ private void PublishPackages(string feedApiKey, string codeFeedUrl, string symbo
ApiKey = feedApiKey, ApiKey = feedApiKey,
Source = codeFeedUrl Source = codeFeedUrl
}); });
NuGetPush(
symbolsPackage,
new NuGetPushSettings {
ApiKey = feedApiKey,
Source = symbolFeedUrl
});
} }
/// gets the resource from the specified url /// gets the resource from the specified url