Skip to content

Commit 89a7744

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

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

azure-pipelines.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ jobs:
5959

6060

6161
- task: VSTest@2
62+
enabled: false
6263
inputs:
6364
testSelector: 'testAssemblies'
6465
testAssemblyVer2: |
@@ -67,6 +68,12 @@ jobs:
6768
!**\obj\**
6869
searchFolder: '$(System.DefaultWorkingDirectory)'
6970

71+
- task: DotNetCoreCLI@2
72+
inputs:
73+
command: 'test'
74+
projects: '**/*test*/*.csproj'
75+
publishTestResults: true
76+
7077
- task: PublishTestResults@2
7178
inputs:
7279
testResultsFormat: 'VSTest'

0 commit comments

Comments
 (0)