Skip to content

Commit 2eff509

Browse files
committed
Fix testing.yml
1 parent 48f3e46 commit 2eff509

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
inputs:
1111
command: 'test'
1212
projects: 'test/*Tests/*.csproj'
13-
arguments: '--configuration $(buildConfiguration)' --collect:"XPlat Code Coverage"'
13+
arguments: '--configuration $(buildConfiguration) --collect:"XPlat Code Coverage"'
1414

1515
- task: reportgenerator@5
1616
displayName: 'Generate Code Coverage Report'

0 commit comments

Comments
 (0)