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 15:14:01 UTC

[13/15] logging-log4net git commit: Try to invoke build.cmd now that nant.exe is in the path

Try to invoke build.cmd now that nant.exe is in the path


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

Branch: refs/heads/feature/RollingFileAppender-NG
Commit: cc40c85896179317624e2d123768319b9323d42f
Parents: cafc88d
Author: Dominik Psenner <dp...@apache.org>
Authored: Fri Jun 30 14:58:52 2017 +0200
Committer: Dominik Psenner <dp...@apache.org>
Committed: Fri Jun 30 14:58:52 2017 +0200

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


http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/cc40c858/Jenkinsfile
----------------------------------------------------------------------
diff --git a/Jenkinsfile b/Jenkinsfile
index 50b5927..c4ee1ec 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -32,7 +32,7 @@ node('Windows')
 		{
 			withEnv(["Path+NANT=$NANT_LATEST"])
 			{
-                		bat "NAnt.exe -version"
+                		bat "build.cmd"
                 	}
 		}
 	}