Skip to content

Commit 6c59f5c

Browse files
committed
specifically only remove fantomas because the rest of the pipeline needs fsdocs
1 parent 729646c commit 6c59f5c

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

.config/dotnet-tools.json

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,6 @@
22
"version": 1,
33
"isRoot": true,
44
"tools": {
5-
"fantomas": {
6-
"version": "6.3.4",
7-
"commands": [
8-
"fantomas"
9-
]
10-
},
115
"fsdocs-tool": {
126
"version": "20.0.0",
137
"commands": [

build.fsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@ let purgeBinLogCache () =
1111

1212
let restoreStage =
1313
stage "restore" {
14-
// TODO: can uncomment this after .NET SDK 9.0.101 releases
15-
// run "dotnet tool restore"
14+
run "dotnet tool restore"
1615
run "dotnet restore --locked-mode"
1716
}
1817

0 commit comments

Comments
 (0)