We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 729646c commit 6c59f5cCopy full SHA for 6c59f5c
.config/dotnet-tools.json
@@ -2,12 +2,6 @@
2
"version": 1,
3
"isRoot": true,
4
"tools": {
5
- "fantomas": {
6
- "version": "6.3.4",
7
- "commands": [
8
- "fantomas"
9
- ]
10
- },
11
"fsdocs-tool": {
12
"version": "20.0.0",
13
"commands": [
build.fsx
@@ -11,8 +11,7 @@ let purgeBinLogCache () =
let restoreStage =
stage "restore" {
14
- // TODO: can uncomment this after .NET SDK 9.0.101 releases
15
- // run "dotnet tool restore"
+ run "dotnet tool restore"
16
run "dotnet restore --locked-mode"
17
}
18
0 commit comments