I found OctoPack to be incredibly straight forward when creating .nupkg
nuget package files, however I I'd like the .nuspec
file included (currently is placed in another folder such as obj/octopackage or something), and all the dlls should be placed inside a lib/net452 folder
so that the general structure appears as such:
Currently everything that should be in the lib/net452 folder is simply placed in the root, along with _rels
and package
, and as mentioned the .nuspec
file is missing.
Either the documentation is a little sparse or I've completely missed how to do this in my debugging mental haze. Anyone know how to specify to OctoPack where, specifically, to place the compiled output within the .nupkg
file?