diff options
author | crupest <crupest@outlook.com> | 2020-07-21 10:30:23 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2020-07-21 10:30:23 +0800 |
commit | c0a92162ebdc11a03fa0334a0b0df520569a62b1 (patch) | |
tree | 096c6883e294bbf134b8c7ac901fd2ed8a2944c1 | |
parent | c4dec416d3a10e4a1d47f65310f2cdd3ce694ef6 (diff) | |
download | timeline-c0a92162ebdc11a03fa0334a0b0df520569a62b1.tar.gz timeline-c0a92162ebdc11a03fa0334a0b0df520569a62b1.tar.bz2 timeline-c0a92162ebdc11a03fa0334a0b0df520569a62b1.zip |
更新 Jenkinsfile
-rw-r--r-- | Jenkinsfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Jenkinsfile b/Jenkinsfile index 2a499509..8d4e558f 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -21,7 +21,7 @@ pipeline { stage('构建与测试') { steps { sh 'dotnet test --logger:"junit;LogFileName=test-result.xml" --collect:"XPlat Code Coverage" --settings \'./Timeline.Tests/coverletArgs.runsettings\'' - codingHtmlReport(name: 'test-result', path: 'Timeline.Tests/TestResults/', entryFile: 'index.html') + junit 'Timeline.Tests/TestResults/test-result.xml' } } } |