Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create resource class to bootstrap nuget #2

Open
davidobrien1985 opened this issue Sep 24, 2015 · 1 comment
Open

Create resource class to bootstrap nuget #2

davidobrien1985 opened this issue Sep 24, 2015 · 1 comment

Comments

@davidobrien1985
Copy link
Owner

Get-PackageProvider -Name NuGet -ForceBootstrap

@dragon788
Copy link

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants