Skip to content

Commit f456835

Browse files
authored
Fix typo
1 parent ae29f88 commit f456835

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure-pipelines/test-matrix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
UnitTests:
2222
npmCommand: test:unit
2323
isIntegration: false
24-
- ${{ if ne(parameters.os, 'windows') }}:
24+
${{ if ne(parameters.os, 'windows') }}:
2525
CSharpIntegrationTests:
2626
npmCommand: test:integration:csharp
2727
isIntegration: true

0 commit comments

Comments
 (0)