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 2018/05/20 15:49:00 UTC

[16/50] logging-log4net git commit: copy-paste gone bad

copy-paste gone bad


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

Branch: refs/heads/feature/RollingFileAppender-NG
Commit: c7e5895dbb8657b6ab0d5eb21073643f6ad9dd70
Parents: 57647e3
Author: Stefan Bodewig <st...@innoq.com>
Authored: Sat Jan 20 21:30:09 2018 +0100
Committer: Stefan Bodewig <st...@innoq.com>
Committed: Sat Jan 20 21:30:09 2018 +0100

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


http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/c7e5895d/Jenkinsfile
----------------------------------------------------------------------
diff --git a/Jenkinsfile b/Jenkinsfile
index 8bc0602..96a1675 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -68,7 +68,7 @@ pipeline {
 				}
 			}
 		}
-		stage('build net-3.5') {
+		stage('build net-2.0') {
 			agent { label 'Windows' }
 			environment {
 				NANT_BIN = 'F:\\jenkins\\tools\\nant\\nant-0.92\\bin\\NAnt.exe'