Skip to content

Commit ec0fef4

Browse files
author
Petr Sramek
committed
fix
1 parent 33bf3d3 commit ec0fef4

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
@@ -48,4 +48,4 @@ jobs:
4848
path: .
4949
merge-multiple: true
5050
- name: Test
51-
run: dotnet test --no-restore --no-build --configuration Release --verbosity normal --collect:\"XPlat Code Coverage\" --settings coverlet.runsettings
51+
run: dotnet test --no-restore --no-build --configuration Release --verbosity normal --collect:"XPlat Code Coverage" --settings coverlet.runsettings

0 commit comments

Comments
 (0)