mirror of
https://github.com/nsnail/Ocelot.git
synced 2025-04-22 20:12:51 +08:00
removed second publish of symols as we publish with the nuget package
This commit is contained in:
parent
ce83c7dfff
commit
ee73d3897c
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user