Skip to content

Commit 11ff8b5

Browse files
committed
chore: remove dead code from build.fsx
1 parent 046b4a5 commit 11ff8b5

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

Diff for: 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)