Skip to content

Commit f238f7e

Browse files
authored
build: add NET 7 to docs deploy workflow
1 parent 47593bb commit f238f7e

1 file changed

Lines changed: 8 additions & 13 deletions

File tree

.github/workflows/docs-deploy.yml

Lines changed: 8 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -60,20 +60,15 @@ jobs:
6060
with:
6161
files: '["docs/site/*.md", "docs/**/*.md", "docs/**/*.tmpl.partial", "*.csproj", "**/*.csproj"]'
6262

63-
- name: ⚙️ Setup dotnet 3.1.x
64-
uses: actions/setup-dotnet@v1
63+
- name: ⚙️ Setup dotnet versions
64+
uses: actions/setup-dotnet@v2
6565
with:
66-
dotnet-version: '3.1.x'
67-
68-
- name: ⚙️ Setup dotnet 5.0.x
69-
uses: actions/setup-dotnet@v1
70-
with:
71-
dotnet-version: '5.0.x'
72-
73-
- name: ⚙️ Setup dotnet 6.0.x
74-
uses: actions/setup-dotnet@v1
75-
with:
76-
dotnet-version: 6.0.x
66+
dotnet-version: |
67+
3.1.x
68+
5.0.x
69+
6.0.x
70+
7.0.x
71+
include-prerelease: true
7772

7873
- name: 🛠️ Building bUnit
7974
run: dotnet build /p:PublicRelease=true

0 commit comments

Comments
 (0)