-
Notifications
You must be signed in to change notification settings - Fork 189
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
How to write a Nuget like provider? #261
Comments
From @KrishnaV-MSFT on July 6, 2016 22:11 @dfinke is it possible to look at the new generic PackageManagement DSC resource. This will enable using the PackageManagement stuff without writing a new DSC resource (in most cases). I would like to know if this works for you. |
From @dfinke on July 6, 2016 22:16 Let me see what I can do |
For how to write onege provide, see https://github.com/OneGet/oneget/blob/master/docs/writepowershellbasedprovider.md The PackageManagement DSC resource is generic so individual provider does not need to their own provider DSC resource now. |
From @dfinke on May 6, 2015 0:3
I've written a few providers for OneGet. I'm guessing I'd need to follow the Nuget DSC Resource approach to create a DSC Resource for mine?
Thank you
Copied from original issue: PowerShell/PackageManagementProviderResource#2
The text was updated successfully, but these errors were encountered: