Skip to content

Commit 5742ac2

Browse files
committed
Update azure-pipelines.yml for Azure Pipelines
1 parent 89a7744 commit 5742ac2

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

azure-pipelines.yml

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -57,28 +57,11 @@ jobs:
5757
configuration: '$(buildConfiguration)'
5858
maximumCpuCount: true
5959

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-
7160
- task: DotNetCoreCLI@2
7261
inputs:
7362
command: 'test'
7463
projects: '**/*test*/*.csproj'
7564
publishTestResults: true
76-
77-
- task: PublishTestResults@2
78-
inputs:
79-
testResultsFormat: 'VSTest'
80-
testResultsFiles: '$(Agent.TempDirectory)\TestResults\*.trx'
81-
failTaskOnFailedTests: true
8265

8366
- task: CopyFiles@2
8467
inputs:

0 commit comments

Comments
 (0)