Closed KirillOsenkov closed 9 months ago
Currently PublishRepositoryUrl is treated as a URL, but it's really a boolean:
PublishRepositoryUrl
See here for usage: https://github.com/NuGet/NuGet.Client/blob/82955234207a57a9eadcbf6d41addefd5a994f35/src/NuGet.Core/NuGet.Build.Tasks.Pack/NuGet.Build.Tasks.Pack.targets#L292-L293
I was just coming to post this issue. Can confirm.
Currently
PublishRepositoryUrl
is treated as a URL, but it's really a boolean:See here for usage: https://github.com/NuGet/NuGet.Client/blob/82955234207a57a9eadcbf6d41addefd5a994f35/src/NuGet.Core/NuGet.Build.Tasks.Pack/NuGet.Build.Tasks.Pack.targets#L292-L293