cake icon indicating copy to clipboard operation
cake copied to clipboard

Add .NET package search to Cake scripts

Open paulomorgado opened this issue 1 year ago • 1 comments
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.

paulomorgado avatar Jun 26 '24 18:06 paulomorgado

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

paulomorgado avatar Jul 03 '24 08:07 paulomorgado

Your changes have been merged, thanks for your contribution 👍

devlead avatar Sep 26 '24 18:09 devlead