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 89a7744 commit 5742ac2Copy full SHA for 5742ac2
azure-pipelines.yml
@@ -57,28 +57,11 @@ jobs:
57
configuration: '$(buildConfiguration)'
58
maximumCpuCount: true
59
60
-
61
- - task: VSTest@2
62
- enabled: false
63
- inputs:
64
- testSelector: 'testAssemblies'
65
- testAssemblyVer2: |
66
- **\*test*.dll
67
- !**\*TestAdapter.dll
68
- !**\obj\**
69
- searchFolder: '$(System.DefaultWorkingDirectory)'
70
71
- task: DotNetCoreCLI@2
72
inputs:
73
command: 'test'
74
projects: '**/*test*/*.csproj'
75
publishTestResults: true
76
77
- - task: PublishTestResults@2
78
79
- testResultsFormat: 'VSTest'
80
- testResultsFiles: '$(Agent.TempDirectory)\TestResults\*.trx'
81
- failTaskOnFailedTests: true
82
83
- task: CopyFiles@2
84
0 commit comments