Skip to content

Commit

Permalink
chore: diag ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Dovchik committed Apr 3, 2024
1 parent 16a290b commit d85bc0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
run: dotnet restore

- name: Check Formatting
run: dotnet format --verify-no-changes
run: dotnet format --verify-no-changes --verbosity diagnostic

- name: Build
run: dotnet build -p:Version=${{ steps.gitversion.outputs.semVer }} --configuration Release --no-restore
Expand Down

0 comments on commit d85bc0b

Please sign in to comment.