File tree Expand file tree Collapse file tree 2 files changed +12
-12
lines changed Expand file tree Collapse file tree 2 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -21,21 +21,21 @@ jobs:
2121 - name : Setup .NET Core
2222 uses : actions/setup-dotnet@v3
2323 with :
24- dotnet-version : 7.0.200
24+ dotnet-version : 7.0.100
2525 - name : Restore tools
2626 run : dotnet tool restore
2727 - name : Restore projects
2828 run : dotnet restore FSharp.Core\FSharp.Core.fsproj
29- - name : Checkout fsharp master
29+ - name : Checkout fsharp main
3030 run : git clone https://github.com/dotnet/fsharp --depth 1 fsharp -b main
31- - name : Build fsharp master (turn of CI build status)
31+ - name : Build fsharp main (turn of CI build status)
3232 run : cd fsharp && eng\CIBuild.cmd
33- - name : Checkout FSharp.Formatting master
33+ - name : Checkout FSharp.Formatting main
3434 run : git clone https://github.com/fsprojects/FSharp.Formatting --depth 1 FSharp.Formatting
35- - name : Build FSharp.Formatting master
35+ - name : Build FSharp.Formatting main
3636 run : cd FSharp.Formatting && .\build -t Build
3737 - name : Run fsdocs
38- 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
3939 - name : Deploy
4040 uses : peaceiris/actions-gh-pages@v3
4141 with :
Original file line number Diff line number Diff line change @@ -17,18 +17,18 @@ jobs:
1717 - name : Setup .NET Core
1818 uses : actions/setup-dotnet@v3
1919 with :
20- dotnet-version : 7.0.200
20+ dotnet-version : 7.0.100
2121 - name : Restore tools
2222 run : dotnet tool restore
2323 - name : Restore projects
2424 run : dotnet restore FSharp.Core\FSharp.Core.fsproj
25- - name : Checkout fsharp master
25+ - name : Checkout fsharp main
2626 run : git clone https://github.com/dotnet/fsharp --depth 1 fsharp -b main
27- - name : Build fsharp master (turn of CI build status)
27+ - name : Build fsharp main (turn of CI build status)
2828 run : cd fsharp && eng\CIBuild.cmd
29- - name : Checkout FSharp.Formatting master
29+ - name : Checkout FSharp.Formatting main
3030 run : git clone https://github.com/fsprojects/FSharp.Formatting --depth 1 FSharp.Formatting
31- - name : Build FSharp.Formatting master
31+ - name : Build FSharp.Formatting main
3232 run : cd FSharp.Formatting && .\build -t Build
3333 - name : Run fsdocs
34- 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
You can’t perform that action at this time.
0 commit comments