Added test result publishing.
Some checks failed
RealYHD/dotnetresxutils/pipeline/head There was a failure building this commit
Some checks failed
RealYHD/dotnetresxutils/pipeline/head There was a failure building this commit
This commit is contained in:
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
@@ -11,7 +11,8 @@ pipeline {
|
||||
}
|
||||
stage("Test") {
|
||||
steps {
|
||||
sh "dotnet test --no-restore DotNetResxUtils.Tests"
|
||||
sh "dotnet test --logger xunit --no-restore DotNetResxUtils.Tests"
|
||||
xunit([xUnitDotNet(excludesPattern: '', pattern: '*.Tests/TestResults/*.xml', stopProcessingIfError: true)])
|
||||
}
|
||||
}
|
||||
stage("Publish") {
|
||||
|
Reference in New Issue
Block a user