-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
Move all the MSBuildWorkspace projects under a single folder #72226
Move all the MSBuildWorkspace projects under a single folder #72226
Conversation
<TargetFrameworks>$(NetRoslyn);net472</TargetFrameworks> | ||
</PropertyGroup> | ||
<ItemGroup Label="Project References"> | ||
<ProjectReference Include="..\..\..\Compilers\Core\Portable\Microsoft.CodeAnalysis.csproj" /> |
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 also a move, but since every one of these got a .. put in front of it, Git sees it as a new file.
@@ -1,14 +0,0 @@ | |||
{ |
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.
I'm not sure why this got deleted, but these don't work anyways, so...
Now there's MSBuildWorkspace with three folders: - Core (the main library) - BuildHost - Test
bfc2d3b
to
d53d903
Compare
The tests that need to set things up like this should just be ensuring this state directly, since there's no guarantee that this would have ran before many types of tests run. Fixes dotnet#49486
d53d903
to
57ddd2f
Compare
This is a rework of #72226 Now there's Workspaces/MSBuild with three folders: - Core (the main library) - BuildHost - Test
The changes merged as part of #76831 |
Now there's MSBuildWorkspace with three folders: