Skip to content

Commit 7d44e20

Browse files
committed
Cleanup build script and use FSharp.Formatting generate script for docs again
1 parent 7bc2115 commit 7d44e20

File tree

11 files changed

+155
-371
lines changed

11 files changed

+155
-371
lines changed

FSharp.Plotly.sln

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "project", "project", "{BF60
2222
EndProject
2323
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tools", "tools", "{83F16175-43B1-4C90-A1EE-8E351C33435D}"
2424
ProjectSection(SolutionItems) = preProject
25+
docsrc\tools\formatters.fsx = docsrc\tools\formatters.fsx
2526
docsrc\tools\generate.fsx = docsrc\tools\generate.fsx
2627
docsrc\tools\templates\template.cshtml = docsrc\tools\templates\template.cshtml
2728
EndProjectSection
@@ -78,7 +79,6 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".build", ".build", "{7C6D08
7879
appveyor.yml = appveyor.yml
7980
build.cmd = build.cmd
8081
build.fsx = build.fsx
81-
build.proj = build.proj
8282
build.sh = build.sh
8383
EndProjectSection
8484
EndProject

build.cmd

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
@echo off
22
cls
33

4-
dotnet restore build.proj
54
dotnet tool restore
65
dotnet paket restore
76
dotnet fake build %*

0 commit comments

Comments
 (0)