cake
cake copied to clipboard
Add .NET package search to Cake scripts
trafficstars
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.
@devlead, I can't figure out how the build errors are related to this PR's changes.
Your changes have been merged, thanks for your contribution 👍