-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
Users/ersciple/m117fallback #4170
Conversation
Collecting early feedback. I still need to do the following:
|
Write-Verbose $_ | ||
$null = $output.AppendLine($_) | ||
} | ||
if (!$script:visualStudioCache.ContainsKey('15.0')) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i added a cache since VSBuild potentially calls twice. Once to resolve VS, and then again to resolve MSBuild location.
} finally { | ||
Trace-VstsLeavingInvocation $MyInvocation | ||
} | ||
} | ||
|
||
function Select-MSBuildPath { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
xamarin android and msbuild tasks both use this same logic, so i moved it into the common module
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Xamarin task changes look good to me. Thanks for pulling the Select-MSBuildPath into common module.
5765f31
to
fdc1d0d
Compare
No description provided.