Skip to content

Commit

Permalink
Set DOTNET_VERBOSITY environment variable for minimal output in RC wo…
Browse files Browse the repository at this point in the history
…rkflow
  • Loading branch information
btungut committed Jan 22, 2025
1 parent 678fefc commit b1e5ebd
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/rc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,13 @@ on:

run-name: ${{ github.ref_name }} - ${{ github.sha }}


jobs:
build_and_test:
name: build_and_test
runs-on: ${{ vars.DEFAULT_RUNS_ON }}
env:
DOTNET_VERBOSITY: minimal

steps:
- uses: btungut/devops/.github/actions/common@master
Expand Down Expand Up @@ -64,7 +67,7 @@ jobs:
dotnet pack \
-c Release \
--verbosity detailed \
--verbosity $DOTNET_VERBOSITY \
--no-build \
--no-restore \
-p:PackageVersion="$PACKAGE_VERSION" \
Expand Down

0 comments on commit b1e5ebd

Please sign in to comment.