builder-netstandard: attempt to run the tests
Project: http://git-wip-us.apache.org/repos/asf/logging-log4net/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4net/commit/4afbd6b4 Tree: http://git-wip-us.apache.org/repos/asf/logging-log4net/tree/4afbd6b4 Diff: http://git-wip-us.apache.org/repos/asf/logging-log4net/diff/4afbd6b4 Branch: refs/heads/feature/RollingFileAppender-NG Commit: 4afbd6b4193194648b8ab73f6863fc8034a3e6bb Parents: f657526 Author: Dominik Psenner <[email protected]> Authored: Sun Jul 9 17:19:47 2017 +0200 Committer: Dominik Psenner <[email protected]> Committed: Sun Jul 9 17:19:47 2017 +0200 ---------------------------------------------------------------------- Jenkinsfile | 5 +++++ 1 file changed, 5 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/4afbd6b4/Jenkinsfile ---------------------------------------------------------------------- diff --git a/Jenkinsfile b/Jenkinsfile index df9c3d5..7f71ed7 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -52,6 +52,11 @@ pipeline { // compile sh 'nant compile-netstandard' stash includes: 'bin/**/*.*', name: 'netstandard-assemblies' + + // test + dir('netstandard') { + sh 'dotnet test log4net.tests' + } } } stage('build net-3.5') {
