Speedup CI by bootstrapping PowerShell module installations in background and in parallel, whilst the .NET SDK is being installed by bergmeister · Pull Request #1634 · PowerShell/PSScriptAnalyzer
PowerShell / PSScriptAnalyzer Public
-
Notifications
You must be signed in to change notification settings - Fork 409
Merged
Conversation
bergmeister
commented
Jan 24, 2021
bergmeister
commented
Collaborator
PR Summary
Most of the time is spent bootstrapping the .NET SDK, meaning the installation of other required PowerShell modules can be done in the background and in parallel. This reduces the build time by around 20 seconds. Due to indentation shift, please use a white-space ignoring diff.
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 13 commits
bergmeister
added
the
Area - Build
label
rjmholt
requested a review
from JamesWTruher
rjmholt
commented
Apr 21, 2021
rjmholt commented
Contributor
@JamesWTruher need you to review this one
rjmholt
approved these changes
rjmholt
merged commit
1ff493e
into
PowerShell:master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment