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/06/30 14:42:55 UTC

[05/12] logging-log4net git commit: Fixed cmd to read as bat

Fixed cmd to read as bat


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

Branch: refs/heads/develop
Commit: ef58a9acaab92f8bf3279c43c27026adb55b4515
Parents: 3476d60
Author: Dominik Psenner <dp...@apache.org>
Authored: Fri Jun 30 12:18:59 2017 +0200
Committer: Dominik Psenner <dp...@apache.org>
Committed: Fri Jun 30 12:18:59 2017 +0200

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


http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/ef58a9ac/Jenkinsfile
----------------------------------------------------------------------
diff --git a/Jenkinsfile b/Jenkinsfile
index 109e8fa..9060294 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -28,7 +28,7 @@ node('Windows')
 
 		stage('Build')
 		{
-			cmd "dir"
+			bat "dir"
 		}
 	}
 }