We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae29f88 commit f456835Copy full SHA for f456835
azure-pipelines/test-matrix.yml
@@ -21,7 +21,7 @@ jobs:
21
UnitTests:
22
npmCommand: test:unit
23
isIntegration: false
24
- - ${{ if ne(parameters.os, 'windows') }}:
+ ${{ if ne(parameters.os, 'windows') }}:
25
CSharpIntegrationTests:
26
npmCommand: test:integration:csharp
27
isIntegration: true
0 commit comments