Skip to content

Commit 2c3aa05

Browse files
committed
Try to execute mstest plugin after test run
1 parent 861ed99 commit 2c3aa05

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Jenkinsfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ pipeline {
4242
stage('Test') {
4343
steps {
4444
dotnetTest()
45+
mstest testResultsFile:"**/*.trx", keepLongStdio: true
4546
}
4647
}
4748
}

0 commit comments

Comments
 (0)