Skip to content

Commit

Permalink
Increase CI dotnet build verbosity
Browse files Browse the repository at this point in the history
  • Loading branch information
peetw committed Feb 2, 2024
1 parent 5a29472 commit ce82fb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
dotnet-version: 6.0.x

- name: Build
run: dotnet build
run: dotnet build --verbosity normal

- name: Test
run: dotnet test --no-build --verbosity normal --logger "trx;LogFileName=${{ matrix.DB }}.trx" --results-directory . ${{ matrix.TEST_PROJECT }}
Expand Down

0 comments on commit ce82fb3

Please sign in to comment.