Skip to content

Commit

Permalink
No need to override verbosity
Browse files Browse the repository at this point in the history
  • Loading branch information
mburumaxwell committed Feb 17, 2024
1 parent ae316e4 commit 43f728d
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,4 @@ jobs:
dotnet test
--configuration Release
--no-build
--verbosity normal
--collect "Code coverage"
2 changes: 0 additions & 2 deletions .github/workflows/preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,15 +59,13 @@ jobs:
dotnet test
--configuration Release
--no-build
--verbosity normal
--collect "Code coverage"
- name: Pack
run: >
dotnet pack
--configuration Release
--no-build
--verbosity Detailed
--output ${{ github.workspace }}/drop
-p:PackageVersion=${{ steps.gitversion.outputs.nuGetVersion }}
-p:VersionPrefix=${{ steps.gitversion.outputs.nuGetVersion }}
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,15 +57,13 @@ jobs:
dotnet test
--configuration Release
--no-build
--verbosity normal
--collect "Code coverage"
- name: Pack
run: >
dotnet pack
--configuration Release
--no-build
--verbosity Detailed
--output ${{ github.workspace }}/drop
-p:PackageVersion=${{ steps.gitversion.outputs.nuGetVersion }}
-p:VersionPrefix=${{ steps.gitversion.outputs.nuGetVersion }}
Expand Down

0 comments on commit 43f728d

Please sign in to comment.