sdk
sdk copied to clipboard
[FIX] tool-install: Use restore action config options
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