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

Fix setup localization + paths #1500

Merged
merged 9 commits into from
Sep 21, 2016
Merged

Fix setup localization + paths #1500

merged 9 commits into from
Sep 21, 2016

Conversation

OmarTawfik
Copy link
Contributor

@Microsoft/fsharp-compiler @brettfo

@OmarTawfik OmarTawfik changed the title Fix setup localization + paths [WIP] Fix setup localization + paths Aug 30, 2016
@msftclas
Copy link

@OmarTawfik, Thanks for signing the contribution license agreement so quickly! Actual humans will now validate the agreement and then evaluate the PR.

Thanks, MSBOT;

@@ -10,7 +10,8 @@
<Import Project="$(SetupRootFolder)\FSharp.Setup.props" />

<PropertyGroup>
<OutputName>Microsoft.FSharp.SDK</OutputName>
<OutputName Condition="'$(IsLangPack)' == 'false'">Microsoft.FSharp.SDK.Core</OutputName>
<OutputName Condition="'$(IsLangPack)' == 'true'">Microsoft.FSharp.SDK.Resources.$(LocaleCode)</OutputName>
Copy link
Member

Choose a reason for hiding this comment

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

Maybe do Condition="'$(IsLangPack)' == 'true'" and Condition="'$(IsLangPack)' != 'true'" (or is it <> true?) to prevent the case where $(LangPack) is set to "True" or "False" and neither of these conditions takes.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@OmarTawfik
Copy link
Contributor Author

@basoundr

@KevinRansom
Copy link
Member

looks good to me.

@OmarTawfik
Copy link
Contributor Author

@dotnet-bot test this please

@OmarTawfik OmarTawfik changed the title [WIP] Fix setup localization + paths Fix setup localization + paths Sep 21, 2016
@OmarTawfik OmarTawfik merged commit bcf53a9 into dotnet:master Sep 21, 2016
@OmarTawfik OmarTawfik deleted the fixsetup branch September 21, 2016 19:57
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