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

Enable linux build #2617

Merged
merged 8 commits into from
Nov 4, 2020
Merged

Enable linux build #2617

merged 8 commits into from
Nov 4, 2020

Conversation

nohwnd
Copy link
Member

@nohwnd nohwnd commented Nov 4, 2020

Description

Build on linux using build.sh.

@@ -19,7 +19,7 @@
<FromP2P>true</FromP2P>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<ItemGroup Condition=" '$(OS)' == 'Windows_NT' OR '$(TargetFramework)' != 'net451' ">
Copy link
Member Author

Choose a reason for hiding this comment

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

This is bleh, but when I just enable it it succeeds on windows but not on linux, when I make it conditional to just NOT net451 it fails on windows. And without the ref it fails on Linux...

Copy link
Contributor

@Haplois Haplois left a comment

Choose a reason for hiding this comment

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

LGTM.

@nohwnd nohwnd merged commit fa9acdb into microsoft:master Nov 4, 2020
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.

3 participants