Open
Description
I'm using a build file that calls the following command.
Get-PackageProvider -Name Nuget -ForceBootstrap
This throws "A parameter cannot be found that matches parameter name 'ForceBootstrap'."
It always fails because -ForceBootstrap
is not a valid parameter when anypackage is loaded. Historically I have just updated the call to PackageManagement\Get-PackageProvider
but @ThomasNieto told me at submit I should have opened an issue.
Metadata
Metadata
Assignees
Labels
No labels