-
Notifications
You must be signed in to change notification settings - Fork 420
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
Add logic to set MSBuildExtensionsPath to Mono's xbuild directory #923
Add logic to set MSBuildExtensionsPath to Mono's xbuild directory #923
Conversation
Got additional changes coming for this. |
I kicked off the build again |
@filipw: This isn't ready yet. Got another important change coming that actually fixes this. |
👍 |
This includes PR mono/msbuild#22 to fix an issue with TargetFrameworkRootPath fallbacks.
e99317f
to
472f30b
Compare
@filipw: Do you want to take another look? |
looks good! |
@filipw: Maybe. I'm not sure that's a very common scenario though. At least, I've never heard an ask for it. |
OK. Got one more change to make. |
OK. I've done more testing on this today and it seems to work reasonably well. |
I'm cherry-picking this change from #915, since it's unrelated to that PR.
Fixes #892
Fixes dotnet/vscode-csharp#1597
Fixes dotnet/vscode-csharp#1624
Fixes dotnet/vscode-csharp#1396
Related PR: mono/msbuild#22