File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -14,15 +14,15 @@ jobs:
14
14
strategy :
15
15
matrix :
16
16
os : [windows-latest]
17
- dotnet : [6.0.302 ]
17
+ dotnet : [6.0.203 ]
18
18
runs-on : ${{ matrix.os }}
19
19
20
20
steps :
21
21
- uses : actions/checkout@v3
22
22
- name : Setup .NET Core
23
23
uses : actions/setup-dotnet@v2
24
24
with :
25
- dotnet-version : 6.0.302
25
+ dotnet-version : 6.0.203
26
26
- name : Restore tools
27
27
run : dotnet tool restore
28
28
- name : Restore projects
Original file line number Diff line number Diff line change @@ -10,15 +10,15 @@ jobs:
10
10
strategy :
11
11
matrix :
12
12
os : [windows-latest]
13
- dotnet : [6.0.302 ]
13
+ dotnet : [6.0.203 ]
14
14
runs-on : ${{ matrix.os }}
15
15
16
16
steps :
17
17
- uses : actions/checkout@v3
18
18
- name : Setup .NET Core
19
19
uses : actions/setup-dotnet@v2
20
20
with :
21
- dotnet-version : 6.0.302
21
+ dotnet-version : 6.0.203
22
22
- name : Restore tools
23
23
run : dotnet tool restore
24
24
- name : Restore projects
32
32
- name : Build FSharp.Formatting master
33
33
run : cd FSharp.Formatting && .\build -t Build
34
34
- name : Run fsdocs
35
- run : dotnet FSharp.Formatting\src\fsdocs-tool\bin\Release\net5 .0\fsdocs.dll build --sourcefolder fsharp
35
+ run : dotnet FSharp.Formatting\src\fsdocs-tool\bin\Release\net6 .0\fsdocs.dll build --sourcefolder fsharp
You can’t perform that action at this time.
0 commit comments