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

Fixes task issue 11448. If running a task on a container, prefer node… #2767

Merged
merged 7 commits into from
Feb 27, 2020

Conversation

jtpetty
Copy link
Contributor

@jtpetty jtpetty commented Jan 31, 2020

… handler

@jtpetty jtpetty added the bug label Feb 26, 2020
targetOS = stepTarget.ExecutionOS;
if (stepTarget is ContainerInfo)
{
if ((currentExecution.All.Any(x => x is PowerShell3HandlerData)) &&

Choose a reason for hiding this comment

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

Nit - we probably don't need to check for x => x is PowerShell3HandlerData here

@jtpetty jtpetty merged commit c544963 into master Feb 27, 2020
@jtpetty jtpetty deleted the users/jtpetty/task-issue-11448 branch March 12, 2020 18:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants