Running pre-release side-by-side #360
Closed
simon-barratt-seq
started this conversation in
General
Replies: 1 comment 2 replies
-
You can install a specific pre-release version by running this to target the specific preview version that you want to test: Install-Module -Name Maester -AllowPrerelease -RequiredVersion 0.2.26-preview You can similarly import specific versions: Import-Module -Name Maester -RequiredVersion 0.2.26 |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is there a recommended way to run a pre-release version of Maester?
Beta Was this translation helpful? Give feedback.
All reactions