Skip to content

Commit 95432c7

Browse files
Remove the --nologo option from dotnet test
1 parent 039f091 commit 95432c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -589,7 +589,7 @@ jobs:
589589
shell: pwsh
590590
run: |
591591
cd SharpHook.Tests
592-
dotnet test --no-build --nologo -c Release
592+
dotnet test --no-build -c Release
593593
594594
- name: Pack SharpHook
595595
shell: pwsh

0 commit comments

Comments
 (0)