Skip to content

Commit

Permalink
[spec] ubuntu build .NET 8 for tests set
Browse files Browse the repository at this point in the history
  • Loading branch information
i4004 committed Feb 18, 2025
1 parent 26b1880 commit f6b830a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
run: dotnet build ${{ matrix.solution }} --no-restore -c Release

- name: Perform Unit Testing
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

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

0 comments on commit f6b830a

Please sign in to comment.