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 e0a586a commit bb1a2b3Copy full SHA for bb1a2b3
.github/workflows/build.yml
@@ -39,7 +39,7 @@ jobs:
39
run: dotnet build ${{ matrix.solution }} --no-restore -c Release
40
41
- name: Perform Unit Testing
42
- 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 ${{ matrix.test-framework }} --filter "TestCategory != Integration & TestCategory != ${{ matrix.tests-exclude-category }}" --verbosity normal
43
44
- name: Create Packages
45
run: dotnet pack ${{ matrix.solution }} --no-build -c Release -o ./publish
0 commit comments