-
Notifications
You must be signed in to change notification settings - Fork 7.4k
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
Update Microsoft.PowerShell.PSResourceGet to 1.1.0-preview2 #24300
Conversation
Only minor comment - do we need these tests in this repo (do they bring any real benefit to building PowerShell) as opposed to just being part of the build and release process for PSResourceGet? By this I mean could we remove the Microsoft.PowerShell.PSResourceGet.Tests.ps1 file completely from this repo (whether now or in future) |
@kilasuit Thanks for the feedback. We have them as acceptance tests and hence they are very comprehensive. It is to test whether the newer version of PSResourceGet works with the latest PS bits. PSResourceGet tests on stable versions of PowerShell 7 and Windows PowerShell in its own repository. It does not test on PS Preview versions. Also, when we update .NET on PS Previews, we want to ensure PSResourceGet cmdlets are still working fine. |
Thanks @adityapatwardhan, this makes sense and I only really asked to confirm my understanding of the overall testing matrix. |
📣 Hey @alerickson, how did we do? We would love to hear your feedback with the link below! 🗣️ 🔗 https://aka.ms/PSRepoFeedback |
PR Summary
Update Microsoft.PowerShell.PSResourceGet to 1.1.0-preview2 and add some tests for
Publish-PSResource
andCompress-PSResource
PR Context
PR Checklist
.h
,.cpp
,.cs
,.ps1
and.psm1
files have the correct copyright headerWIP:
or[ WIP ]
to the beginning of the title (theWIP
bot will keep its status check atPending
while the prefix is present) and remove the prefix when the PR is ready.- [ ] Issue filed:
(which runs in a different PS Host).