summaryrefslogtreecommitdiff
path: root/src/build.proj
diff options
context:
space:
mode:
authorMike McLaughlin <mikem@microsoft.com>2019-06-20 14:08:55 -0700
committerJan Vorlicek <janvorli@microsoft.com>2019-06-20 23:08:55 +0200
commit6b9a3d3a87825b1a34bd8f114c9b181ce75b3b2e (patch)
tree5a7abae1508a7b0aaf70926c1618c8d4e682a9f5 /src/build.proj
parentec2a74e7649f1c0ecff32ce86724bf3ca80bfd46 (diff)
downloadcoreclr-6b9a3d3a87825b1a34bd8f114c9b181ce75b3b2e.tar.gz
coreclr-6b9a3d3a87825b1a34bd8f114c9b181ce75b3b2e.tar.bz2
coreclr-6b9a3d3a87825b1a34bd8f114c9b181ce75b3b2e.zip
Remove SOS and lldb plugin (#25220)
* Remove SOS and lldb plugin Issue: https://github.com/dotnet/coreclr/issues/24092
Diffstat (limited to 'src/build.proj')
-rw-r--r--src/build.proj1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/build.proj b/src/build.proj
index 96b5fa19e2..f3f4dc630e 100644
--- a/src/build.proj
+++ b/src/build.proj
@@ -7,7 +7,6 @@
<!-- List the projects that need to be built -->
<ItemGroup>
- <ProjectReference Condition="'$(SkipSOS)' != 'true'" Include="ToolBox\SOS\NETCore\SOS.NETCore.csproj" />
<ProjectReference Condition="'$(BuildManagedTools)' == 'true'" Include="tools/runincontext/runincontext.csproj" />
<ProjectReference Condition="'$(BuildManagedTools)' == 'true'" Include="tools/r2rdump/R2RDump.csproj" />
<ProjectReference Include="System.Private.CoreLib\System.Private.CoreLib.csproj" />