Skip to content

Commit

Permalink
Build entire solution
Browse files Browse the repository at this point in the history
  • Loading branch information
nojaf committed May 31, 2024
1 parent 8122bf8 commit 78fed04
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Restore FSharp.Compiler.Service.fsproj
run: dotnet restore FSharp.Compiler.Service/FSharp.Compiler.Service.fsproj
- name: Build FCS
run: dotnet build src/Compiler/FSharp.Compiler.Service.fsproj /p:BUILDING_USING_DOTNET=true
run: dotnet build FSharp.Compiler.Service.sln
working-directory: ${{ env.FSHARP_DIR }}

- name: Run fsdocs
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
run: dotnet restore FSharp.Compiler.Service/FSharp.Compiler.Service.fsproj

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

- name: Run fsdocs
Expand Down

0 comments on commit 78fed04

Please sign in to comment.