Configure Octopack 2

Hi,
is it possible to customize the way how octopack 2 creates a nuget package? For example, it creates a bin folder in the package that I do not like to have…

Best regards

Hey yannik,

If you open the octopack targets, you’ll notice that actual packaging is perfmed by Nuget.exe. If you like to have specific file in your nuget package then you should have a files node in the nuspec file in your project root.

Have a look at this: