mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-27 00:07:58 +01:00
Remove verbose
This commit is contained in:
3
.github/workflows/publish.yml
vendored
3
.github/workflows/publish.yml
vendored
@@ -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: |
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user