mirror of
https://github.com/nsnail/Ocelot.git
synced 2025-04-22 14:02:49 +08:00
made changes to only push nuget package for some reason still trying to push symbols again
This commit is contained in:
parent
ee73d3897c
commit
2757fe25eb
@ -310,7 +310,8 @@ private void PublishPackages(string feedApiKey, string codeFeedUrl, string symbo
|
||||
.ToDictionary(v => v[0], v => v[1]);
|
||||
|
||||
var codePackage = packagesDir + File(artifacts["nuget"]);
|
||||
var symbolsPackage = packagesDir + File(artifacts["nugetSymbols"]);
|
||||
|
||||
Information("Pushing package");
|
||||
|
||||
NuGetPush(
|
||||
codePackage,
|
||||
|
Loading…
x
Reference in New Issue
Block a user