Skip to content

Commit 4e4c1bb

Browse files
committed
Simplify test command in dotnet.yml
Removed the --RunConfiguration.CollectSourceInformation=true option from the test command, streamlining it to just run `dotnet test --logger GitHubActions SharedCode.sln`.
1 parent e9e9958 commit 4e4c1bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dotnet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ jobs:
2222
dotnet-version: 9.0.x
2323

2424
- name: Run tests
25-
run: dotnet test --logger GitHubActions --RunConfiguration.CollectSourceInformation=true SharedCode.sln
25+
run: dotnet test --logger GitHubActions SharedCode.sln

0 commit comments

Comments
 (0)