We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a7a478 commit 75f7ce2Copy full SHA for 75f7ce2
build/build.fs
@@ -23,7 +23,7 @@ let build = fun _ ->
23
DotNet.build (fun p ->
24
{ p with
25
Configuration = DotNet.BuildConfiguration.fromString configuration
26
- MSBuildParams = MSBuild.CliArguments.Create() }) "LanguageServerProtocol.sln"
+ }) "LanguageServerProtocol.sln"
27
28
29
let replaceFsLibLog = fun _ ->
@@ -44,7 +44,7 @@ let release = fun _ ->
44
45
OutputPath = Some (__SOURCE_DIRECTORY__ </> ".." </> releaseDir)
46
47
- MSBuildParams = MSBuild.CliArguments.Create () }) "src/Ionide.LanguageServerProtocol.fsproj"
+ }) "src/Ionide.LanguageServerProtocol.fsproj"
48
49
let push = fun _ ->
50
let key =
0 commit comments