Skip to content

Commit 75f7ce2

Browse files
committed
remove default property set
1 parent 1a7a478 commit 75f7ce2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build/build.fs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ let build = fun _ ->
2323
DotNet.build (fun p ->
2424
{ p with
2525
Configuration = DotNet.BuildConfiguration.fromString configuration
26-
MSBuildParams = MSBuild.CliArguments.Create() }) "LanguageServerProtocol.sln"
26+
}) "LanguageServerProtocol.sln"
2727

2828

2929
let replaceFsLibLog = fun _ ->
@@ -44,7 +44,7 @@ let release = fun _ ->
4444
{ p with
4545
OutputPath = Some (__SOURCE_DIRECTORY__ </> ".." </> releaseDir)
4646
Configuration = DotNet.BuildConfiguration.fromString configuration
47-
MSBuildParams = MSBuild.CliArguments.Create () }) "src/Ionide.LanguageServerProtocol.fsproj"
47+
}) "src/Ionide.LanguageServerProtocol.fsproj"
4848

4949
let push = fun _ ->
5050
let key =

0 commit comments

Comments
 (0)