-
Notifications
You must be signed in to change notification settings - Fork 323
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
Enable linux build #2617
Conversation
Fixed linux build
@@ -19,7 +19,7 @@ | |||
<FromP2P>true</FromP2P> | |||
</ProjectReference> | |||
</ItemGroup> | |||
<ItemGroup> | |||
<ItemGroup Condition=" '$(OS)' == 'Windows_NT' OR '$(TargetFramework)' != 'net451' "> |
There was a problem hiding this comment.
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...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
Description
Build on linux using
build.sh
.