Improve Pester bootstrap logic for CI by bergmeister · Pull Request #1853 · PowerShell/PSScriptAnalyzer
Navigation Menu
{{ message }}
PowerShell / PSScriptAnalyzer Public
- Notifications You must be signed in to change notification settings
- Fork 406
Merged
bergmeister merged 1 commit intoPowerShell:masterfrom
Oct 31, 2022Merged
Improve Pester bootstrap logic for CI#1853
bergmeister merged 1 commit intoPowerShell:masterfrom
Improve Pester bootstrap logic for CI#1853
bergmeister merged 1 commit intoPowerShell:masterfrom
Conversation
Copy link
Collaborator
PR Summary
This will improve CI times as it won't bootstrap a specific Pester version any more as long as a version >5.3 is there, which is always already the case in the Microsoft hosted agents.
PR Checklist
- PR has a meaningful title
- Use the present tense and imperative mood when describing your changes
- Summarized changes
- Change is not breaking
- Make sure all
.cs,.ps1and.psm1files have the correct copyright header - Make sure you've added a new test if existing tests do not effectively test the code changed and/or updated documentation
- This PR is ready to merge and is not Work in Progress.
- If the PR is work in progress, please add the prefix
WIP:to the beginning of the title and remove the prefix when the PR is ready.
- If the PR is work in progress, please add the prefix
bergmeister
added
the
Area - Build
label
JamesWTruher approved these changes Oct 25, 2022
bergmeister
merged commit
ec75b7f
into
PowerShell:master
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment