Skip to content

Commit e7a7b49

Browse files
committed
test .net 8/9
1 parent 0282f0e commit e7a7b49

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/dotnet.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,11 @@ jobs:
3838
- name: Build
3939
run: dotnet build Build.csproj --no-restore -c Release
4040

41-
- name: Test
42-
run: dotnet test Build.csproj --no-build --verbosity normal -c Release -f net6.0 --filter FullyQualifiedName!~Integration
41+
- name: Test .NET 8
42+
run: dotnet test Build.csproj --no-build --verbosity normal -c Release -f net8.0 --filter FullyQualifiedName!~Integration
43+
44+
- name: Test .NET 9
45+
run: dotnet test Build.csproj --no-build --verbosity normal -c Release -f net9.0 --filter FullyQualifiedName!~Integration
4346

4447
- name: Pack
4548
if: ${{ success() && !github.base_ref }}

0 commit comments

Comments
 (0)