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

Skip invalid additional probing paths #848

Merged
merged 1 commit into from
Jun 9, 2017
Merged

Conversation

eerhardt
Copy link
Member

@eerhardt eerhardt commented Jun 8, 2017

dotnet/sdk#1306 brought in templated probing paths into the runtime.config.json. These are breaking dotnet test because we assume the paths are valid.

Skipping any invalid paths by catching exceptions from Path.Combine.

Fixes #847

@codito @Faizan2304 @singhsarab

/cc @livarcocc

dotnet/sdk#1306 brought in templated probing paths into the runtime.config.json.  These are breaking dotnet test because we assume the paths are valid.

Skipping any invalid paths by catching exceptions from Path.Combine.

Fixes microsoft#847
@msftclas
Copy link

msftclas commented Jun 8, 2017

@eerhardt,
Thanks for your contribution as a Microsoft full-time employee or intern. You do not need to sign a CLA.
Thanks,
Microsoft Pull Request Bot

@livarcocc
Copy link

@dotnet-bot Test Windows_NT / Release Build

@codito
Copy link
Contributor

codito commented Jun 9, 2017

@dotnet-bot test Windows_NT / Release Build

@codito
Copy link
Contributor

codito commented Jun 9, 2017

@dotnet-bot test this please

@livarcocc
Copy link

Please treat this with the utmost urgency. This is currently blocking the SDK insertion into the CLI which in turn is blocking a bunch of work that is due tomorrow.

@livarcocc
Copy link

This is green, can we go ahead and merge it?

@codito codito merged commit 7fac9ae into microsoft:master Jun 9, 2017
codito pushed a commit that referenced this pull request Jun 9, 2017
dotnet/sdk#1306 brought in templated probing paths into the runtime.config.json.  These are breaking dotnet test because we assume the paths are valid.

Skipping any invalid paths by catching exceptions from Path.Combine.

Fixes #847
@eerhardt eerhardt deleted the Fix847 branch June 9, 2017 02:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants