The Wayback Machine - https://web.archive.org/web/20201124210300/https://github.com/pester/pester/issues/1328
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

Build on PowerShell 7 #1328

Open
nohwnd opened this issue Jul 2, 2019 · 1 comment
Open

Build on PowerShell 7 #1328

nohwnd opened this issue Jul 2, 2019 · 1 comment

Comments

@nohwnd
Copy link
Member

@nohwnd nohwnd commented Jul 2, 2019

It would be nice to start building Pester on PowerShell 7 as well to see if it is compatible and keep it that way. To achieve that we need to research on which build servers v7 is already available. Right now we are building on TravisCI (Linux and MacOS), on AppVeyor (PowerShell 4+) and AzureDevOps (PowerShell 2&3).

Not sure if the build task needs to run on all three platforms, but it would be nice.

The change should apply to Pester v4, and then be adopted for v5 as well.

@kilasuit
Copy link

@kilasuit kilasuit commented Jul 2, 2019

There's no reason you could not add a task in sideload v7 in either build service using the release zip deployment method and invoking pwsh from the extracted directory.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
2 participants
You can’t perform that action at this time.