sdk icon indicating copy to clipboard operation
sdk copied to clipboard

[FIX] tool-install: Use restore action config options

Open edvilme opened this issue 4 months ago • 1 comments

Addresses https://devdiv.visualstudio.com/DevDiv/_workitems/edit/2221478

If user has an invalid PackageSource on NuGet.config and attempts to install a tool with the --ignore-failed-sources attribute, it still outputs an error.

RestoreActionConfig needs to be passed down to NuGetPackageDownloader

edvilme avatar Oct 18 '24 18:10 edvilme