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

Arcade bootstrapper: msbuildEngine, InitializeBuildTool #31446

Closed
wants to merge 1 commit into from

Conversation

tmat
Copy link
Member

@tmat tmat commented Nov 29, 2018

Use more of Arcade bootstrapper functions.
Convert buildCoreClr to msbuildEngine parameter used by Arcade.
Update Initialize* functions to memoize their result.

@tmat tmat requested a review from a team as a code owner November 29, 2018 20:53
Use more of Arcade bootstrapper functions.
Convert buildCoreClr to msbuildEngine parameter used by Arcade.
Update Initialize* functions to memoize their result.
@tmat
Copy link
Member Author

tmat commented Nov 29, 2018

@jaredpar PTAL

@tmat
Copy link
Member Author

tmat commented Nov 30, 2018

@agocke @333fred @dotnet/roslyn-infrastructure

# Used by tests to locate dotnet CLI
$env:DOTNET_INSTALL_DIR = Split-Path $dotnet -Parent
# Tests need to locate .NET Core SDK
InitializeDotNetCli
Copy link
Member

@jaredpar jaredpar Nov 30, 2018

Choose a reason for hiding this comment

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

Where is this defined?

NM found it.

Copy link
Member

Choose a reason for hiding this comment

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

This function returns a value and hence needs to be explicitly ignored. Otherwise you're adding an implicit return to Test-XUnit which should not have a return.


In reply to: 237947487 [](ancestors = 237947487)

Copy link
Member Author

Choose a reason for hiding this comment

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

Damn PowerShell :(

@tmat
Copy link
Member Author

tmat commented Dec 4, 2018

Superseded by #31511

@tmat tmat closed this Dec 4, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants