File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3030 global-json-file : ${{ env.FSHARP_DIR }}/global.json
3131 - name : Restore tools
3232 run : dotnet tool restore
33-
33+ - name : Restore FSharp.Compiler.Service.fsproj
34+ run : dotnet restore FSharp.Compiler.Service/FSharp.Compiler.Service.fsproj
3435 - name : Build FCS
3536 run : dotnet build src/Compiler/FSharp.Compiler.Service.fsproj /p:BUILDING_USING_DOTNET=true
3637 working-directory : ${{ env.FSHARP_DIR }}
Original file line number Diff line number Diff line change 2525 global-json-file : ${{ env.FSHARP_DIR }}/global.json
2626 - name : Restore tools
2727 run : dotnet tool restore
28+ - name : Restore FSharp.Compiler.Service.fsproj
29+ run : dotnet restore FSharp.Compiler.Service/FSharp.Compiler.Service.fsproj
2830
2931 - name : Build FCS
3032 run : dotnet build src/Compiler/FSharp.Compiler.Service.fsproj /p:BUILDING_USING_DOTNET=true
You can’t perform that action at this time.
0 commit comments