We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 095cdfe commit 94b17ddCopy full SHA for 94b17dd
.github/workflows/pr.yml
@@ -33,4 +33,4 @@ jobs:
33
- name: Build FSharp.Formatting master
34
run: cd FSharp.Formatting && .\build -t Build
35
- name: Run fsdocs
36
- run: dotnet FSharp.Formatting\src\FSharp.Formatting.CommandTool\bin\Release\net5.0\fsdocs.dll build --sourcefolder fsharp
+ run: dotnet FSharp.Formatting\src\fsdocs-tool\bin\Release\net5.0\fsdocs.dll build --sourcefolder fsharp
0 commit comments