Skip to content

Commit

Permalink
Remove verbosity when packing
Browse files Browse the repository at this point in the history
  • Loading branch information
mburumaxwell committed Feb 17, 2024
1 parent 5aac1ef commit a8f8cc4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ jobs:
dotnet pack
--configuration Release
--no-build
--verbosity normal
--output $GITHUB_WORKSPACE/drop
-p:PackageVersion=$GITVERSION_NUGETVERSION
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ jobs:
dotnet pack
--configuration Release
--no-build
--verbosity normal
--output $GITHUB_WORKSPACE/drop
-p:PackageVersion=$GITVERSION_NUGETVERSION
Expand Down

0 comments on commit a8f8cc4

Please sign in to comment.