Currently it defaults to debug (bad for performance of deployed sites, libraries put on nuget, and apps)
While this is obvious when using dotnet publish without parameters as it puts it in a Debug folder; it is not obvious when using an output setting as it is put in the output directory without an obvious Debug moniker
Currently it defaults to debug (bad for performance of deployed sites, libraries put on nuget, and apps)
While this is obvious when using
dotnet publishwithout parameters as it puts it in a Debug folder; it is not obvious when using an output setting as it is put in the output directory without an obviousDebugmoniker