Skip to content

Commit e4505d7

Browse files
brettfobaronfel
authored andcommitted
exclude FSharp.Compiler.LanguageServer from source build (#7304)
1 parent cac4cf8 commit e4505d7

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/fsharp/FSharp.Compiler.LanguageServer/FSharp.Compiler.LanguageServer.fsproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
<TargetFrameworks Condition="'$(OS)' == 'Unix'">netcoreapp2.1</TargetFrameworks>
99
<IsPackable>true</IsPackable>
1010
<PackageDescription>Implements the Language Server Protocol (LSP) for F#.</PackageDescription>
11+
<ExcludeFromSourceBuild>true</ExcludeFromSourceBuild>
1112
</PropertyGroup>
1213

1314
<ItemGroup>

tests/FSharp.Compiler.LanguageServer.UnitTests/FSharp.Compiler.LanguageServer.UnitTests.fsproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
<OutputType>Library</OutputType>
88
<DisableImplicitFSharpCoreReference>true</DisableImplicitFSharpCoreReference>
99
<UnitTestType>nunit</UnitTestType>
10+
<ExcludeFromSourceBuild>true</ExcludeFromSourceBuild>
1011
</PropertyGroup>
1112

1213
<ItemGroup>

0 commit comments

Comments
 (0)