We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26b1880 commit f6b830aCopy full SHA for f6b830a
.github/workflows/build.yml
@@ -35,7 +35,7 @@ jobs:
35
run: dotnet build ${{ matrix.solution }} --no-restore -c Release
36
37
- name: Perform Unit Testing
38
- run: dotnet test ${{ matrix.solution }} --no-build -c Release --filter "TestCategory != Integration & TestCategory != ${{ matrix.tests-exclude-category }}" --verbosity normal
+ run: dotnet test ${{ matrix.solution }} --no-build -c Release --framework net8.0 --filter "TestCategory != Integration & TestCategory != ${{ matrix.tests-exclude-category }}" --verbosity normal
39
40
- name: Create Packages
41
run: dotnet pack ${{ matrix.solution }} --no-build -c Release -o ./publish
0 commit comments