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:43:02 UTC

[12/12] logging-log4net git commit: Added stage test and added direct invocation of nant

Added stage test and added direct invocation of nant


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

Branch: refs/heads/develop
Commit: c4afbb53313c8653f0086a277ca1ad0fb6e22bf8
Parents: cc40c85
Author: Dominik Psenner <dp...@apache.org>
Authored: Fri Jun 30 15:15:47 2017 +0200
Committer: Dominik Psenner <dp...@apache.org>
Committed: Fri Jun 30 15:15:47 2017 +0200

----------------------------------------------------------------------
 Jenkinsfile | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/c4afbb53/Jenkinsfile
----------------------------------------------------------------------
diff --git a/Jenkinsfile b/Jenkinsfile
index c4ee1ec..60577e5 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -32,7 +32,14 @@ node('Windows')
 		{
 			withEnv(["Path+NANT=$NANT_LATEST"])
 			{
-                		bat "build.cmd"
+                		bat "NAnt.exe -buildfile:log4net.build"
+                	}
+		}
+		stage('Test')
+		{
+			withEnv(["Path+NANT=$NANT_LATEST"])
+			{
+                		bat "NAnt.exe -buildfile:tests\\nant.build"
                 	}
 		}
 	}