-
Notifications
You must be signed in to change notification settings - Fork 88
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
Prototype creating a WinGet Configuration DSC file in PowerShell #462
Conversation
…ng winget as a package manager
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I resolved the threads, but in retrospect, I probably should have let you do that. Sorry.
GitHub allows only the PR author or users with write access to resolve threads, so you did the right thing
Menace me some more, if I messed up your recommendations.
Did some more menacing😄Most are nits that we can choose to leave and iterate upon them after merging in this PR
Creating DSC files can be a challenge.
This script tries to make it easier by leveraging winget search to locate the packages, and then write the file out as YAML.
Microsoft Reviewers: Open in CodeFlow