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 1b6bc8e commit 47ef9dcCopy full SHA for 47ef9dc
azure-devops/test.yml
@@ -13,10 +13,15 @@ stages:
13
displayName: Unit tests
14
steps:
15
- task: DotNetCoreCLI@2
16
- displayName: Unit tests
+ displayName: SocketIOClient.UnitTests
17
inputs:
18
workingDirectory: $(Agent.BuildDirectory)/s/tests/SocketIOClient.UnitTests
19
command: test
20
+ - task: DotNetCoreCLI@2
21
+ displayName: SocketIOClient.Newtonsoft.Json.UnitTests
22
+ inputs:
23
+ workingDirectory: $(Agent.BuildDirectory)/s/tests/SocketIOClient.Newtonsoft.Json.UnitTests
24
+ command: test
25
- job:
26
displayName: Integration tests
27
0 commit comments