Jenkinsfile: expect a mstests.xml to be generated by the target runtests-netstandard-1.3
Project: http://git-wip-us.apache.org/repos/asf/logging-log4net/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4net/commit/c027a5e7 Tree: http://git-wip-us.apache.org/repos/asf/logging-log4net/tree/c027a5e7 Diff: http://git-wip-us.apache.org/repos/asf/logging-log4net/diff/c027a5e7 Branch: refs/heads/feature/netstandard-2.0 Commit: c027a5e7b9464042cea15d5681fedcf8273ac132 Parents: 7799f5a Author: Dominik Psenner <[email protected]> Authored: Wed Aug 23 21:23:00 2017 +0200 Committer: Dominik Psenner <[email protected]> Committed: Wed Aug 23 21:23:00 2017 +0200 ---------------------------------------------------------------------- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/c027a5e7/Jenkinsfile ---------------------------------------------------------------------- diff --git a/Jenkinsfile b/Jenkinsfile index d391cb1..6091ff0 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -64,7 +64,7 @@ pipeline { // test sh "nant -buildfile:tests/nant.build runtests-netstandard-1.3" - stash includes: 'tests/bin/**/*.nunit.xml', name: 'netstandard-1.3-testresults' + stash includes: 'tests/bin/**/*.mstests.xml', name: 'netstandard-1.3-testresults' } } }
