dotnet / roslyn

The Roslyn .NET compiler provides C# and Visual Basic languages with rich code analysis APIs.
https://docs.microsoft.com/dotnet/csharp/roslyn-sdk/
MIT License
18.91k stars 4.01k forks source link

MSBuild tests need to fully support a VS-local MSBuild #16301

Open jaredpar opened 7 years ago

jaredpar commented 7 years ago

MSBuild is no longer centrally located in Dev15. Instead it's installed on a per Visual Studio instance, and possibly as completely stand alone. This breaks a number of our tests which depended on it being centrally available. This bug tracks updating those test.

jasonmalinowski commented 7 years ago

@jaredpar Are you working on this? I'm guessing not, and I'll move it properly to the infrastructure backlog.

jaredpar commented 7 years ago

No I'm not at the moment.

DustinCampbell commented 6 years ago

I'm working on this now

DustinCampbell commented 6 years ago

MSBuildWorkspace tests are working in https://github.com/dotnet/roslyn/pull/21670.