made changes to only push nuget package for some reason still trying to push symbols again

This commit is contained in:
TomPallister 2017-02-11 12:29:07 +00:00
parent ee73d3897c
commit 2757fe25eb

View File

@ -310,7 +310,8 @@ private void PublishPackages(string feedApiKey, string codeFeedUrl, string symbo
.ToDictionary(v => v[0], v => v[1]); .ToDictionary(v => v[0], v => v[1]);
var codePackage = packagesDir + File(artifacts["nuget"]); var codePackage = packagesDir + File(artifacts["nuget"]);
var symbolsPackage = packagesDir + File(artifacts["nugetSymbols"]);
Information("Pushing package");
NuGetPush( NuGetPush(
codePackage, codePackage,