I'd like to create a nuget package (from some c# project), but I don't want to embed the generated dll, but just some static files instead.
I added a tag at the end of my nuspec file, but nuget pack command continues to embed the project.dll in the package. The thing is I don't want this dll to be published.
Is there any way to do that?
Thanks,
RĂ©gis