Skip to content

Commit d5ec3c2

Browse files
committed
FSharp.Formatting tweaks
1 parent caec8f7 commit d5ec3c2

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

.github/workflows/docs.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff 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:

.github/workflows/pr.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)