Jenkinsfile: build net-4.0 only on windows
Project: http://git-wip-us.apache.org/repos/asf/logging-log4net/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4net/commit/f211495f Tree: http://git-wip-us.apache.org/repos/asf/logging-log4net/tree/f211495f Diff: http://git-wip-us.apache.org/repos/asf/logging-log4net/diff/f211495f Branch: refs/heads/develop Commit: f211495f423da71e98827b6889d72d1b54b04e33 Parents: 043bc61 Author: Dominik Psenner <[email protected]> Authored: Mon Jul 3 10:12:54 2017 +0200 Committer: Dominik Psenner <[email protected]> Committed: Mon Jul 3 10:12:54 2017 +0200 ---------------------------------------------------------------------- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/f211495f/Jenkinsfile ---------------------------------------------------------------------- diff --git a/Jenkinsfile b/Jenkinsfile index a9ae831..a1064c6 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -38,7 +38,7 @@ pipeline { } stage('Build on Windows') { steps { - bat "${NAnt} -buildfile:log4net.build" + bat "${NAnt} -buildfile:log4net.build compile-net-4.0" } } stage('Build on builder-mono-2.0') {
