Skip to content

Commit dc7a1d7

Browse files
committed
Add test
1 parent 26c2595 commit dc7a1d7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

azure-pipelines.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,7 @@ steps:
2828
inputs:
2929
artifactName: 'NuGet'
3030

31+
- task: PublishTestResults@2
32+
inputs:
33+
testResultsFormat: 'xUnit'
34+
testResultsFiles: '**/*.trx'

0 commit comments

Comments
 (0)