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 110c91a commit 40b63c7Copy full SHA for 40b63c7
.github/workflows/docs.yml
@@ -29,6 +29,8 @@ jobs:
29
run: git clone https://github.com/dotnet/fsharp --depth 1 fsharp -b feature/docs
30
- name: Build fsharp master (turn of CI build status)
31
run: cd fsharp && .\build -noVisualStudio -ci -binaryLog
32
+ env:
33
+ UpdateXlfOnBuild: true
34
- name: Checkout FSharp.Formatting master
35
run: git clone https://github.com/fsprojects/FSharp.Formatting --depth 1 FSharp.Formatting
36
- name: Build FSharp.Formatting master
0 commit comments