File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 3
3
"isRoot" : true ,
4
4
"tools" : {
5
5
"fsdocs-tool" : {
6
- "version" : " 20.0.0 " ,
6
+ "version" : " 20.0.1 " ,
7
7
"commands" : [
8
8
" fsdocs"
9
9
]
Original file line number Diff line number Diff line change 33
33
- name : Restore FSharp.Compiler.Service.fsproj
34
34
run : dotnet restore FSharp.Compiler.Service/FSharp.Compiler.Service.fsproj
35
35
- 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
37
37
working-directory : ${{ env.FSHARP_DIR }}
38
38
39
39
- name : Run fsdocs
Original file line number Diff line number Diff line change 29
29
run : dotnet restore FSharp.Compiler.Service/FSharp.Compiler.Service.fsproj
30
30
31
31
- 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
33
33
working-directory : ${{ env.FSHARP_DIR }}
34
34
35
35
- name : Run fsdocs
You can’t perform that action at this time.
0 commit comments