File tree 3 files changed +17
-19
lines changed 3 files changed +17
-19
lines changed Original file line number Diff line number Diff line change @@ -14,29 +14,28 @@ jobs:
14
14
strategy :
15
15
matrix :
16
16
os : [windows-latest]
17
- dotnet : [6.0.203]
18
17
runs-on : ${{ matrix.os }}
19
18
20
19
steps :
21
20
- uses : actions/checkout@v3
22
21
- name : Setup .NET Core
23
- uses : actions/setup-dotnet@v2
22
+ uses : actions/setup-dotnet@v3
24
23
with :
25
- dotnet-version : 6 .0.203
24
+ dotnet-version : 7 .0.100
26
25
- name : Restore tools
27
26
run : dotnet tool restore
28
27
- name : Restore projects
29
28
run : dotnet restore FSharp.Core\FSharp.Core.fsproj
30
- - name : Checkout fsharp master
29
+ - name : Checkout fsharp main
31
30
run : git clone https://github.com/dotnet/fsharp --depth 1 fsharp -b main
32
- - name : Build fsharp master (turn of CI build status)
33
- run : cd fsharp && eng\CIBuild.cmd
34
- - name : Checkout FSharp.Formatting master
31
+ - name : Build fsharp main (turn of CI build status)
32
+ run : cd fsharp && eng\CIBuild.cmd -noVisualStudio
33
+ - name : Checkout FSharp.Formatting main
35
34
run : git clone https://github.com/fsprojects/FSharp.Formatting --depth 1 FSharp.Formatting
36
- - name : Build FSharp.Formatting master
35
+ - name : Build FSharp.Formatting main
37
36
run : cd FSharp.Formatting && .\build -t Build
38
37
- name : Run fsdocs
39
- run : dotnet FSharp.Formatting\src\fsdocs-tool\bin\Release\net6 .0\fsdocs.dll build --sourcefolder fsharp
38
+ run : dotnet FSharp.Formatting\src\fsdocs-tool\bin\Release\net7 .0\fsdocs.dll build --sourcefolder fsharp
40
39
- name : Deploy
41
40
uses : peaceiris/actions-gh-pages@v3
42
41
with :
Original file line number Diff line number Diff line change @@ -10,26 +10,25 @@ jobs:
10
10
strategy :
11
11
matrix :
12
12
os : [windows-latest]
13
- dotnet : [6.0.203]
14
13
runs-on : ${{ matrix.os }}
15
14
16
15
steps :
17
16
- uses : actions/checkout@v3
18
17
- name : Setup .NET Core
19
- uses : actions/setup-dotnet@v2
18
+ uses : actions/setup-dotnet@v3
20
19
with :
21
- dotnet-version : 6 .0.203
20
+ dotnet-version : 7 .0.100
22
21
- name : Restore tools
23
22
run : dotnet tool restore
24
23
- name : Restore projects
25
24
run : dotnet restore FSharp.Core\FSharp.Core.fsproj
26
- - name : Checkout fsharp master
25
+ - name : Checkout fsharp main
27
26
run : git clone https://github.com/dotnet/fsharp --depth 1 fsharp -b main
28
- - name : Build fsharp master (turn of CI build status)
29
- run : cd fsharp && eng\CIBuild.cmd
30
- - name : Checkout FSharp.Formatting master
27
+ - name : Build fsharp main (turn of CI build status)
28
+ run : cd fsharp && eng\CIBuild.cmd -noVisualStudio
29
+ - name : Checkout FSharp.Formatting main
31
30
run : git clone https://github.com/fsprojects/FSharp.Formatting --depth 1 FSharp.Formatting
32
- - name : Build FSharp.Formatting master
31
+ - name : Build FSharp.Formatting main
33
32
run : cd FSharp.Formatting && .\build -t Build
34
33
- name : Run fsdocs
35
- run : dotnet FSharp.Formatting\src\fsdocs-tool\bin\Release\net6 .0\fsdocs.dll build --sourcefolder fsharp
34
+ run : dotnet FSharp.Formatting\src\fsdocs-tool\bin\Release\net7 .0\fsdocs.dll build --sourcefolder fsharp
Original file line number Diff line number Diff line change @@ -9,4 +9,4 @@ FSharp.Formatting/
9
9
.fsdocs /
10
10
FSharp.Core /obj /
11
11
tmp /
12
-
12
+ .idea /
You can’t perform that action at this time.
0 commit comments