You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by dp...@apache.org on 2017/08/20 20:46:00 UTC

logging-log4net git commit: Jenkinsfile: fixed typo

Repository: logging-log4net
Updated Branches:
  refs/heads/feature/cd-pipeline 9ec245cdf -> e920c98cf


Jenkinsfile: fixed typo


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

Branch: refs/heads/feature/cd-pipeline
Commit: e920c98cf8fbff41bfa4c3098ef67e37c6b94165
Parents: 9ec245c
Author: Dominik Psenner <dp...@apache.org>
Authored: Sun Aug 20 22:45:47 2017 +0200
Committer: Dominik Psenner <dp...@apache.org>
Committed: Sun Aug 20 22:45:47 2017 +0200

----------------------------------------------------------------------
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/e920c98c/Jenkinsfile
----------------------------------------------------------------------
diff --git a/Jenkinsfile b/Jenkinsfile
index 810f702..d9d877e 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -63,7 +63,7 @@ pipeline {
 						stash includes: 'bin/**/*.*', name: 'netstandard-1.3-assemblies'
 
 						// test
-						bat "nant -buildfile:tests/nant.build runtests-netstandard-1.3"
+						sh "nant -buildfile:tests/nant.build runtests-netstandard-1.3"
 						stash includes: 'tests/bin/**/*.nunit.xml', name: 'netstandard-1.3-testresults'
 					}
 				}