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 40b63c7 commit 6f892c2Copy full SHA for 6f892c2
.github/workflows/docs.yml
@@ -28,9 +28,7 @@ jobs:
28
- name: Checkout fsharp master
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
+ run: cd fsharp && eng\CIBuild.cmd
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