Quantcast
Channel: Active questions tagged nuget-package - Stack Overflow
Viewing all articles
Browse latest Browse all 3067

Pack the whole solution into a single nupkg?

$
0
0

I have a number of helper libraries that I would like to turn into a single NuGet package:

ProjectAProjectB (references ProjectA)ProjectC

I can make individual packages of these:

nuget pack ProjectA.nuspecnuget pack ProjectB.nuspecnuget pack ProjectC.nuspec

Or I can "bundles" of referencing projects:

nuget pack ProjectB.nuspec -IncludeReferencedProjectsnuget pack ProjectC.nuspec

But I'd very much like a single .nupkg file containing all the projects.

Is this possiblie to achieve?

-S


Viewing all articles
Browse latest Browse all 3067

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>