Skip to content
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

(GH-111) Add PowerShellGet as module dependency #118

Merged
merged 1 commit into from
Jan 27, 2021
Merged

(GH-111) Add PowerShellGet as module dependency #118

merged 1 commit into from
Jan 27, 2021

Conversation

michaeltlombardi
Copy link

Prior to this commit some users with old versions of PowerShellGet and
PackageManagement would try using the AllowPreRelease switch and get an
error indicating that switch was not available.

This commit adds a modern version of PowerShellGet as a dependency which
itself has a dependency on PackageManagement.

@michaeltlombardi michaeltlombardi added the bug Something isn't working label Jan 27, 2021
@michaeltlombardi michaeltlombardi requested a review from a team as a code owner January 27, 2021 00:40
Prior to this commit some users with old versions of PowerShellGet and
PackageManagement would try using the AllowPreRelease switch and get an
error indicating that switch was not available.

This commit adds a modern version of PowerShellGet as a dependency which
itself has a dependency on PackageManagement.

- Fixes #111
@michaeltlombardi michaeltlombardi added enhancement New feature or request and removed bug Something isn't working labels Jan 27, 2021
@michaeltlombardi michaeltlombardi added this to the 002: End to End Testing milestone Jan 27, 2021
@pmcmaw pmcmaw merged commit 659cb65 into puppetlabs:main Jan 27, 2021
@michaeltlombardi michaeltlombardi deleted the gh-111/main/add-powershellget-dep branch January 27, 2021 14:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Building modules fails with: A parameter cannot be found that matches parameter name 'AllowPrerelease'
2 participants