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 f55fcdd commit 9c2cdb1Copy full SHA for 9c2cdb1
.github/workflows/pr.yml
@@ -41,5 +41,7 @@ jobs:
41
- name: Build FSharp.Formatting main
42
run: dotnet fsi ./build.fsx -t Build
43
working-directory: ${{ env.FSF_DIR }}
44
+ - name: Restore local FSharp.Core project in current repo
45
+ run: dotnet restore FSharp.Core/FSharp.Core.fsproj
46
- name: Run fsdocs
47
run: dotnet FSharp.Formatting/src/fsdocs-tool/bin/Release/net6.0/fsdocs.dll build --sourcefolder ${{ env.FSHARP_DIR }}
0 commit comments