Is there a way to publish a .NET Standard Library without producing a .nupkg in Visual Studio 2019?
问题 My understanding is that when you publish a .NET Standard Library, the expected behavior is to produce a .nupkg . I have internal .Net Standard libraries that I maintain for use on in-house projects. A typical workflow would be to publish the libraries and then copy the published files to consuming projects. Is this not the way I should be doing things? I'm a bit confused by the lack of options when publishing a .NET Standard Library -- being that there is a .nupkg without a choice to publish