Skip to content

Commit ae05ce5

Browse files
authored
Merge pull request #947 from MangelMaxime/feature/clen_up_build_fsx
chore: remove dead code from `build.fsx`
2 parents 046b4a5 + 11ff8b5 commit ae05ce5

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

build.fsx

-8
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,6 @@ open Fun.Build
1212

1313
let root = __SOURCE_DIRECTORY__
1414

15-
// Information about the project to be used at NuGet and in AssemblyInfo files
16-
let project = "FSharp.Formatting"
17-
18-
let summary =
19-
"A package of libraries for building great F# documentation, samples and blogs"
20-
21-
let license = "Apache 2.0 License"
22-
2315
let configuration = "Release"
2416

2517
// Folder to deposit deploy artifacts

0 commit comments

Comments
 (0)