-
Notifications
You must be signed in to change notification settings - Fork 8.1k
Add reference to PSResourceGet #19597
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
Add reference to PSResourceGet #19597
Conversation
|
@alerickson @adityapatwardhan Does this PR supersede #19458? |
|
@daxian-dbw yes, it does, I forgot about @adityapatwardhan's PR but this does supersede it. |
|
@alerickson Please look into the test failures. Also, is the PR ready for review? |
|
This pull request has been automatically marked as stale because it has been marked as requiring author feedback but has not had any activity for 15 days. It will be closed if no further activity occurs within 10 days of this comment. |
…o upPowershellget
…Shell into upPowershellget
tools/packaging/boms/windows.json
Outdated
| "FileType": "Product" | ||
| }, | ||
| { | ||
| "Pattern": "Modules/Microsoft.PowerShell.PSResourceGet/Microsoft.PowerShell.PSResourceGet.dll", | ||
| "FileType": "Product" | ||
| }, | ||
| { | ||
| "Pattern": "Modules/Microsoft.PowerShell.PSResourceGet/Microsoft.PowerShell.PSResourceGet.psd1", | ||
| "FileType": "Product" | ||
| }, | ||
| { | ||
| "Pattern": "Modules/Microsoft.PowerShell.PSResourceGet/PSGet.Format.ps1xml", | ||
| "FileType": "Product" |
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.
Product in this context, means that Powershell should be signing them. From PowerShell's point of view, these are non-product files.
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.
@TravisEz13 just updated, do the linux and mac boms look good?
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.
linux and mac boms aren't used. Don't worry about them.
|
This PR has Quantification details
Why proper sizing of changes matters
Optimal pull request sizes drive a better predictable PR flow as they strike a
What can I do to optimize my changes
How to interpret the change counts in git diff output
Was this comment helpful? 👍 :ok_hand: :thumbsdown: (Email) |
|
🎉 Handy links: |
PR Summary
Update the version of PowerShellGet shipped in PowerShell to '3.0.21-beta21' and update PowerShellGet tests to reference new v3 cmdlets.
PR Context
PR Checklist
.h,.cpp,.cs,.ps1and.psm1files have the correct copyright headerWIP:or[ WIP ]to the beginning of the title (theWIPbot will keep its status check atPendingwhile the prefix is present) and remove the prefix when the PR is ready.(which runs in a different PS Host).