File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 33 "isRoot" : true ,
44 "tools" : {
55 "fsdocs-tool" : {
6- "version" : " 20.0.0 " ,
6+ "version" : " 20.0.1 " ,
77 "commands" : [
88 " fsdocs"
99 ]
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments