Skip to content

Commit bacaa1d

Browse files
authored
Merge pull request #1001 from nojaf/fix-build
Build entire solution
2 parents 8122bf8 + fcd774a commit bacaa1d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.config/dotnet-tools.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"isRoot": true,
44
"tools": {
55
"fsdocs-tool": {
6-
"version": "20.0.0",
6+
"version": "20.0.1",
77
"commands": [
88
"fsdocs"
99
]

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Restore FSharp.Compiler.Service.fsproj
3434
run: dotnet restore FSharp.Compiler.Service/FSharp.Compiler.Service.fsproj
3535
- name: Build FCS
36-
run: dotnet build src/Compiler/FSharp.Compiler.Service.fsproj /p:BUILDING_USING_DOTNET=true
36+
run: dotnet build FSharp.Compiler.Service.sln
3737
working-directory: ${{ env.FSHARP_DIR }}
3838

3939
- name: Run fsdocs

.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
run: dotnet restore FSharp.Compiler.Service/FSharp.Compiler.Service.fsproj
3030

3131
- name: Build FCS
32-
run: dotnet build src/Compiler/FSharp.Compiler.Service.fsproj /p:BUILDING_USING_DOTNET=true
32+
run: dotnet build FSharp.Compiler.Service.sln
3333
working-directory: ${{ env.FSHARP_DIR }}
3434

3535
- name: Run fsdocs

0 commit comments

Comments
 (0)