We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8122bf8 commit 78fed04Copy full SHA for 78fed04
2 files changed
.github/workflows/docs.yml
@@ -33,7 +33,7 @@ jobs:
33
- name: Restore FSharp.Compiler.Service.fsproj
34
run: dotnet restore FSharp.Compiler.Service/FSharp.Compiler.Service.fsproj
35
- name: Build FCS
36
- run: dotnet build src/Compiler/FSharp.Compiler.Service.fsproj /p:BUILDING_USING_DOTNET=true
+ run: dotnet build FSharp.Compiler.Service.sln
37
working-directory: ${{ env.FSHARP_DIR }}
38
39
- name: Run fsdocs
.github/workflows/pr.yml
@@ -29,7 +29,7 @@ jobs:
29
30
31
32
0 commit comments