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 353a22b commit 86a1b50Copy full SHA for 86a1b50
azure-pipelines.yml
@@ -29,6 +29,13 @@ steps:
29
command: 'build'
30
projects: '**/Xunit.Microsoft.DependencyInjection.csproj'
31
arguments: '--configuration $(BuildConfiguration)'
32
+- task: DotNetCoreCLI@2
33
+ displayName: 'Running tests in example folder'
34
+ inputs:
35
+ command: 'test'
36
+ projects: '**/examples/Xunit.Microsoft.DependencyInjection.ExampleTests'
37
+ arguments: '--configuration $(BuildConfiguration)'
38
+ testRunTitle: 'Running sample tests'
39
40
- script: echo Started publishing
41
- task: DotNetCoreCLI@2
0 commit comments