-
Notifications
You must be signed in to change notification settings - Fork 132
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
Build Roslyn on Linux #3
Comments
|
Since NuGet packages are built using a CS script, I added both "VbcCore" and "CscCore" to CrossPlatform.sln so they can be built during the build. I then wrote a script similar to We'll need to upstream both of these sets of changes. |
Do you have a Roslyn branch where you are making the fixes that you need to upstream? |
Just local patches at the moment. |
cibuild.sh
will actually build a fair amount of the product, but it also runs tests and does not produce nuget packages.The build is also not an "official" build so the assembly versions are all wrong.
The text was updated successfully, but these errors were encountered: