Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Default to pwsh with powershell as a fallback #142

Merged
merged 3 commits into from
Oct 23, 2019

Conversation

thboop
Copy link
Collaborator

@thboop thboop commented Oct 23, 2019

No description provided.

@thboop thboop requested review from juliobbv and ericsciple October 23, 2019 14:38
if(validateShellOnHost)
{
shellCommandPath = WhichUtil.Which(shellCommand, true, Trace);
shellCommandPath = WhichUtil.Which(shellCommand, false, Trace);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd specify the second parameter with a named instance. false is kind of hard to understand what it does.

@bryanmacfarlane
Copy link
Member

LGTM. We have to move quickly on this to get it going today. We need it out to ring 0 ASAP and then ring 2 by EOD and ring 1 tomorrow morning. @chrispat

@thboop
Copy link
Collaborator Author

thboop commented Oct 23, 2019

Going to merge this, ran the tests locally, and see if we can get a release build working

@thboop thboop merged commit f1c58c3 into master Oct 23, 2019
@thboop thboop deleted the users/thboop/switchtopwsc branch October 23, 2019 15:24
AdamOlech pushed a commit to antmicro/runner that referenced this pull request Jan 28, 2021
* Default to pwsh with powershell as a fallback

* Update releaseNote.md

* clean up code
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants