DscResources icon indicating copy to clipboard operation
DscResources copied to clipboard

Create resource class to bootstrap nuget

Open davidobrien1985 opened this issue 9 years ago • 1 comments

Get-PackageProvider -Name NuGet -ForceBootstrap

davidobrien1985 avatar Sep 24 '15 11:09 davidobrien1985

Since WMF 5 includes the OneGet and PowerShellGet modules and they can bootstrap NuGet via Install-PackageProvider NuGet -MinimumVersion '2.8.5.201' -Force Import-PackageProvider NuGet -MinimumVersion '2.8.5.201' -Force Set-PSRepository -InstallationPolicy Trusted -Name PSGallery does this class need its own method for that, or is this just a wrapper function to do the same?

dragon788 avatar Jul 28 '16 18:07 dragon788