Closed ViktorHofer closed 5 days 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
IsPackable
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