build-netstandard: attempt to run dotnet test

Project: http://git-wip-us.apache.org/repos/asf/logging-log4net/repo
Commit: http://git-wip-us.apache.org/repos/asf/logging-log4net/commit/172a8bf4
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4net/tree/172a8bf4
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4net/diff/172a8bf4

Branch: refs/heads/develop
Commit: 172a8bf420d5352caf8c9bcaabb8555f8eb0949f
Parents: 3140c34
Author: Dominik Psenner <dpsen...@apache.org>
Authored: Sun Jul 9 18:36:07 2017 +0200
Committer: Dominik Psenner <dpsen...@apache.org>
Committed: Sun Jul 9 18:36:07 2017 +0200

----------------------------------------------------------------------
 Jenkinsfile | 5 +++++
 1 file changed, 5 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/172a8bf4/Jenkinsfile
----------------------------------------------------------------------
diff --git a/Jenkinsfile b/Jenkinsfile
index df9c3d5..5c9b494 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'
+                               }
                        }
                }
                stage('build net-3.5') {

Reply via email to