dotnet / maintenance-packages

Repository that hosts packages from the .NET platform whose original home/branch is not building any longer.
MIT License
22 stars 10 forks source link

Correctly set IsPackable to false for non source projects #181

Closed ViktorHofer closed 5 days ago

ViktorHofer commented 1 week ago

Currently the IsPackable property is not being set correctly for non-source projects because NuGet resets it to true: https://github.com/NuGet/NuGet.Client/blob/8fac9ebc758a0edae31c5f4c8fe2938b81f109dc/src/NuGet.Core/NuGet.Build.Tasks.Pack/NuGet.Build.Tasks.Pack.targets#L36