Skip to content

Commit

Permalink
Remove verbose
Browse files Browse the repository at this point in the history
  • Loading branch information
tig authored May 27, 2022
1 parent b6eeb63 commit cea8590
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
dotnet build --no-restore -c Release
- name: Pack
run: dotnet pack -c Release --include-symbols -p:Version='${{ steps.gitversion.outputs.SemVer }}' -v d
run: dotnet pack -c Release --include-symbols -p:Version='${{ steps.gitversion.outputs.SemVer }}'

- name: Test to generate Code Coverage Report
run: |
Expand All @@ -66,7 +66,6 @@ jobs:
run: |
echo "Code coverage percentage: ${{steps.create_coverage_badge.outputs.percentage}}%"
echo "Badge data: ${{steps.create_coverage_badge.outputs.badge}}"
#- name: Prep GitHub Packages
# run: dotnet nuget add source --username tig --password ${{ secrets.GITHUB_TOKEN }} --store-password-in-clear-text --name github "https://nuget.pkg.github.com/tig/index.json"
Expand Down

0 comments on commit cea8590

Please sign in to comment.