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

No support for module property PowerShellHostVersion #2

Open
Farwaykorse opened this issue Apr 16, 2019 · 0 comments
Open

No support for module property PowerShellHostVersion #2

Farwaykorse opened this issue Apr 16, 2019 · 0 comments

Comments

@Farwaykorse
Copy link
Owner

PowerShell only, no issue for PowerShell Core on AppVeyor.

The PowerShell implementation on AppVeyor identifies itself as v1.0.0.0.
This makes use of modules defining PowerShellHostVersion ("Minimum version of the Windows PowerShell host required by this module") impossible.

Build console

Import-Module : The current Windows PowerShell host is: 'RemoteHostImplementation' (version 1.0.0.0). The module 'C:\projects\appveyorhelpers\AppVeyorHelpers.psd1' requires a minimum Windows PowerShell host version of '5.1' to 
run.
At line:1 char:1
+ Import-Module -Name .\AppVeyorHelpers.psd1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant