Jenkinsfile: removed all traces of set-runtime-configuration
Project: http://git-wip-us.apache.org/repos/asf/logging-log4net/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4net/commit/e0db4b68 Tree: http://git-wip-us.apache.org/repos/asf/logging-log4net/tree/e0db4b68 Diff: http://git-wip-us.apache.org/repos/asf/logging-log4net/diff/e0db4b68 Branch: refs/heads/develop Commit: e0db4b6858b94d9a8af1a61a9948858b67d5bdba Parents: f6fcb50 Author: Dominik Psenner <[email protected]> Authored: Mon Jul 3 10:20:17 2017 +0200 Committer: Dominik Psenner <[email protected]> Committed: Mon Jul 3 10:20:17 2017 +0200 ---------------------------------------------------------------------- log4net.build | 20 -------------------- 1 file changed, 20 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/e0db4b68/log4net.build ---------------------------------------------------------------------- diff --git a/log4net.build b/log4net.build index fe31d90..f218921 100644 --- a/log4net.build +++ b/log4net.build @@ -214,10 +214,8 @@ limitations under the License. </target> <target name="compile-netcf-1.0" description="Builds .NET Compact Framework 1.0 version"> <call target="set-debug-build-configuration"/> - <call target="set-runtime-configuration"/> <call target="compile-netcf-1.0-current-configuration"/> <call target="set-release-build-configuration"/> - <call target="set-runtime-configuration"/> <call target="compile-netcf-1.0-current-configuration"/> </target> <target name="compile-netcf-1.0-current-configuration"> @@ -275,10 +273,8 @@ limitations under the License. </target> <target name="compile-netcf-2.0" description="Builds .NET Compact Framework 2.0 version"> <call target="set-debug-build-configuration"/> - <call target="set-runtime-configuration"/> <call target="compile-netcf-2.0-current-configuration"/> <call target="set-release-build-configuration"/> - <call target="set-runtime-configuration"/> <call target="compile-netcf-2.0-current-configuration"/> </target> <target name="compile-netcf-2.0-current-configuration"> @@ -373,10 +369,8 @@ limitations under the License. </target> <target name="compile-net-1.0" description="Builds .NET Framework 1.0 version"> <call target="set-debug-build-configuration"/> - <call target="set-runtime-configuration"/> <call target="compile-net-1.0-current-configuration"/> <call target="set-release-build-configuration"/> - <call target="set-runtime-configuration"/> <call target="compile-net-1.0-current-configuration"/> </target> <target name="compile-net-1.0-current-configuration"> @@ -458,10 +452,8 @@ limitations under the License. </target> <target name="compile-net-1.1" description="Builds .NET Framework 1.1 version"> <call target="set-debug-build-configuration"/> - <call target="set-runtime-configuration"/> <call target="compile-net-1.1-current-configuration"/> <call target="set-release-build-configuration"/> - <call target="set-runtime-configuration"/> <call target="compile-net-1.1-current-configuration"/> </target> <target name="compile-net-1.1-current-configuration"> @@ -543,10 +535,8 @@ limitations under the License. </target> <target name="compile-net-2.0" description="Builds .NET Framework 2.0 version"> <call target="set-debug-build-configuration"/> - <call target="set-runtime-configuration"/> <call target="compile-net-2.0-current-configuration"/> <call target="set-release-build-configuration"/> - <call target="set-runtime-configuration"/> <call target="compile-net-2.0-current-configuration"/> </target> <target name="compile-net-2.0-current-configuration"> @@ -647,10 +637,8 @@ limitations under the License. </target> <target name="compile-net-3.5" description="Builds .NET Framework 3.5 version"> <call target="set-debug-build-configuration"/> - <call target="set-runtime-configuration"/> <call target="compile-net-3.5-current-configuration"/> <call target="set-release-build-configuration"/> - <call target="set-runtime-configuration"/> <call target="compile-net-3.5-current-configuration"/> </target> <target name="compile-net-3.5-current-configuration"> @@ -754,10 +742,8 @@ limitations under the License. </target> <target name="compile-net-3.5-cp" description="Builds .NET Framework 3.5 Client Profile version"> <call target="set-debug-build-configuration"/> - <call target="set-runtime-configuration"/> <call target="compile-net-3.5-cp-current-configuration"/> <call target="set-release-build-configuration"/> - <call target="set-runtime-configuration"/> <call target="compile-net-3.5-cp-current-configuration"/> </target> <target name="compile-net-3.5-cp-current-configuration"> @@ -858,10 +844,8 @@ limitations under the License. </target> <target name="compile-net-4.0" description="Builds .NET Framework 4.0 version"> <call target="set-debug-build-configuration"/> - <call target="set-runtime-configuration"/> <call target="compile-net-4.0-current-configuration"/> <call target="set-release-build-configuration"/> - <call target="set-runtime-configuration"/> <call target="compile-net-4.0-current-configuration"/> </target> <target name="compile-net-4.0-current-configuration"> @@ -965,10 +949,8 @@ limitations under the License. </target> <target name="compile-net-4.0-cp" description="Builds .NET Framework 4.0 Client Profile version"> <call target="set-debug-build-configuration"/> - <call target="set-runtime-configuration"/> <call target="compile-net-4.0-cp-current-configuration"/> <call target="set-release-build-configuration"/> - <call target="set-runtime-configuration"/> <call target="compile-net-4.0-cp-current-configuration"/> </target> <target name="compile-net-4.0-cp-current-configuration"> @@ -1069,10 +1051,8 @@ limitations under the License. </target> <target name="compile-net-4.5" description="Builds .NET Framework 4.5 version"> <call target="set-debug-build-configuration"/> - <call target="set-runtime-configuration"/> <call target="compile-net-4.5-current-configuration"/> <call target="set-release-build-configuration"/> - <call target="set-runtime-configuration"/> <call target="compile-net-4.5-current-configuration"/> </target> <target name="compile-net-4.5-current-configuration">
