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

How to write a Nuget like provider? #261

Closed
brywang-msft opened this issue Jan 12, 2017 · 3 comments
Closed

How to write a Nuget like provider? #261

brywang-msft opened this issue Jan 12, 2017 · 3 comments

Comments

@brywang-msft
Copy link
Contributor

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

@brywang-msft
Copy link
Contributor Author

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.

@brywang-msft
Copy link
Contributor Author

From @dfinke on July 6, 2016 22:16

Let me see what I can do

@jianyunt
Copy link
Contributor

jianyunt commented Jan 17, 2017

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.

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

No branches or pull requests

2 participants