Skip to content

Commit

Permalink
tune output
Browse files Browse the repository at this point in the history
  • Loading branch information
connorjs committed Jul 29, 2024
1 parent a38ef49 commit 666dc73
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,13 @@ jobs:

# Begin ci-build.ps1
- name: dotnet restore
run: dotnet restore
run: dotnet restore -v normal

- name: dotnet build
run: dotnet build -c release --no-restore
run: dotnet build -v normal -c Release --no-restore

- name: dotnet test
run: dotnet test -c release --no-build
run: dotnet test -v normal -c Release --no-build

- name: ReportGenerator
uses: danielpalme/ReportGenerator-GitHub-Action@5.3.8
Expand Down

0 comments on commit 666dc73

Please sign in to comment.