Skip to content

Commit f6b830a

Browse files
committed
[spec] ubuntu build .NET 8 for tests set
1 parent 26b1880 commit f6b830a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
run: dotnet build ${{ matrix.solution }} --no-restore -c Release
3636

3737
- name: Perform Unit Testing
38-
run: dotnet test ${{ matrix.solution }} --no-build -c Release --filter "TestCategory != Integration & TestCategory != ${{ matrix.tests-exclude-category }}" --verbosity normal
38+
run: dotnet test ${{ matrix.solution }} --no-build -c Release --framework net8.0 --filter "TestCategory != Integration & TestCategory != ${{ matrix.tests-exclude-category }}" --verbosity normal
3939

4040
- name: Create Packages
4141
run: dotnet pack ${{ matrix.solution }} --no-build -c Release -o ./publish

0 commit comments

Comments
 (0)