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

Replace Windows RID multitargeting with singular form #23161

Merged
merged 2 commits into from
Nov 14, 2017

Conversation

khyperia
Copy link
Contributor

This is an extension to #23113 (wanted to keep changes minimal/separate).

This un-plural-izes RoslynDesktopRuntimeIdentifier as well as all the RuntimeIdentifier properties in windows-only projects. Hopefully this has a perf gain, but that isn't the point here (the point is simplification).

Ping @jaredpar

@khyperia khyperia requested a review from a team November 14, 2017 16:47
@@ -10,7 +10,7 @@
<RootNamespace>Roslyn.InteractiveHost.UnitTests</RootNamespace>
<AssemblyName>Roslyn.InteractiveHost.UnitTests</AssemblyName>
<TargetFramework>net461</TargetFramework>
<RuntimeIdentifier>win-x86</RuntimeIdentifier>
<RuntimeIdentifier>$(RoslynDesktopRuntimeIdentifierX86)</RuntimeIdentifier>
Copy link
Member

Choose a reason for hiding this comment

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

Ah. Well that solves the mystery of why we were keeping those x86 monikers around.

@khyperia
Copy link
Contributor Author

java.io.IOException: Backing channel 'ubuntu1404-20170925-3523b0' is disconnected.

@khyperia
Copy link
Contributor Author

retest ubuntu_14_debug_prtest please

@khyperia khyperia merged commit 7c1d96f into dotnet:post-dev15.5-contrib Nov 14, 2017
@khyperia khyperia deleted the rid_single_target branch November 14, 2017 20:02
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