Skip to content

Commit

Permalink
specifically only remove fantomas because the rest of the pipeline ne…
Browse files Browse the repository at this point in the history
…eds fsdocs
  • Loading branch information
baronfel committed Nov 19, 2024
1 parent 729646c commit 6c59f5c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
6 changes: 0 additions & 6 deletions .config/dotnet-tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,6 @@
"version": 1,
"isRoot": true,
"tools": {
"fantomas": {
"version": "6.3.4",
"commands": [
"fantomas"
]
},
"fsdocs-tool": {
"version": "20.0.0",
"commands": [
Expand Down
3 changes: 1 addition & 2 deletions build.fsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@ let purgeBinLogCache () =

let restoreStage =
stage "restore" {
// TODO: can uncomment this after .NET SDK 9.0.101 releases
// run "dotnet tool restore"
run "dotnet tool restore"
run "dotnet restore --locked-mode"
}

Expand Down

0 comments on commit 6c59f5c

Please sign in to comment.