Skip to content

Commit

Permalink
Restore FSharp.Compiler.Service.fsproj
Browse files Browse the repository at this point in the history
  • Loading branch information
nojaf committed Sep 6, 2023
1 parent cb6cb8e commit 13dfc7b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ jobs:
global-json-file: ${{ env.FSHARP_DIR }}/global.json
- name: Restore tools
run: dotnet tool restore

- 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
working-directory: ${{ env.FSHARP_DIR }}
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ jobs:
global-json-file: ${{ env.FSHARP_DIR }}/global.json
- name: Restore tools
run: dotnet tool restore
- 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
Expand Down

0 comments on commit 13dfc7b

Please sign in to comment.