builder-netstandard: cd into netstandard

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

Branch: refs/heads/develop
Commit: 4bf614d6c86688baad23f8cfd016e1696640f744
Parents: 172a8bf
Author: Dominik Psenner <dpsen...@apache.org>
Authored: Sun Jul 9 18:40:38 2017 +0200
Committer: Dominik Psenner <dpsen...@apache.org>
Committed: Sun Jul 9 18:40:38 2017 +0200

----------------------------------------------------------------------
 Jenkinsfile | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/4bf614d6/Jenkinsfile
----------------------------------------------------------------------
diff --git a/Jenkinsfile b/Jenkinsfile
index 5c9b494..0679a6b 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -54,9 +54,7 @@ pipeline {
                                stash includes: 'bin/**/*.*', name: 
'netstandard-assemblies'
 
                                // test
-                               dir('netstandard') {
-                                       sh 'dotnet test'
-                               }
+                               sh 'cd netstandard && dotnet test'
                        }
                }
                stage('build net-3.5') {

Reply via email to