aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2020-07-21 09:57:35 +0800
committercrupest <crupest@outlook.com>2020-07-21 09:57:35 +0800
commit2271954cb33e3e0589bcdb5094dcc7b2efdccc4e (patch)
tree794014326135c8f8a2b0a8368e73f6d198922a22
parentad58b0b0f65e99dacdb3c754352bd1def7b51596 (diff)
downloadtimeline-2271954cb33e3e0589bcdb5094dcc7b2efdccc4e.tar.gz
timeline-2271954cb33e3e0589bcdb5094dcc7b2efdccc4e.tar.bz2
timeline-2271954cb33e3e0589bcdb5094dcc7b2efdccc4e.zip
更新 Jenkinsfile
-rw-r--r--Jenkinsfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Jenkinsfile b/Jenkinsfile
index 7176cc39..d48dccd0 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -20,7 +20,7 @@ pipeline {
}
stage('构建与测试') {
steps {
- sh 'dotnet test --logger html --collect:"XPlat Code Coverage" --settings \'./Timeline.Tests/coverletArgs.runsettings\''
+ sh 'dotnet test --logger:"html;LogFileName=index.html" --collect:"XPlat Code Coverage" --settings \'./Timeline.Tests/coverletArgs.runsettings\''
codingHtmlReport(name: 'test-result', path: 'Timeline.Tests/TestResults/', entryFile: 'index.html')
}
}