Skip to content

Commit 78fed04

Browse files
committed
Build entire solution
1 parent 8122bf8 commit 78fed04

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.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)