I have an SDK-style Class Library project (.NET 5.0) and I would like to have the generated NuGet package named based on the build configuration (e.g., MyLib.Debug.1.0.0.nupkg). Is there some XML I can add to my .csproj file to do that?
↧
I have an SDK-style Class Library project (.NET 5.0) and I would like to have the generated NuGet package named based on the build configuration (e.g., MyLib.Debug.1.0.0.nupkg). Is there some XML I can add to my .csproj file to do that?