cake-build / cake

:cake: Cake (C# Make) is a cross platform build automation system.
https://cakebuild.net
MIT License
3.84k stars 722 forks source link

Add .NET package search to Cake scripts #4320

Open paulomorgado opened 1 week ago

paulomorgado commented 1 week ago

The (NuGet CLI) commands list and search do not exist in dotnet nuget.

This PR introduces DotNetSearchPackage that uses dotnet package search as an alternative to NuGetList for environments that do not have nuget.exe but have dotnet.exe.

paulomorgado commented 1 day ago

@devlead, I can't figure out how the build errors are related to this PR's changes.