Skip to content

Commit

Permalink
Updated pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
scottbrady91 committed Apr 1, 2024
1 parent d1252f4 commit 61c6c42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnetcore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
run: dotnet build --no-restore -c Release

- name: Test
run: dotnet test --no-build --verbosity minimal
run: dotnet test --no-build -c Release --verbosity minimal

- name: Pack
if: matrix.os == 'ubuntu-latest'
Expand Down

0 comments on commit 61c6c42

Please sign in to comment.