Jenkinsfile: this is an attempt to fix the net-3.5-cp tests
Project: http://git-wip-us.apache.org/repos/asf/logging-log4net/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4net/commit/de60d083 Tree: http://git-wip-us.apache.org/repos/asf/logging-log4net/tree/de60d083 Diff: http://git-wip-us.apache.org/repos/asf/logging-log4net/diff/de60d083 Branch: refs/heads/feature/RollingFileAppender-NG Commit: de60d0837fbde3d56f7e08634d49869c375667d6 Parents: 7e54e09 Author: Dominik Psenner <[email protected]> Authored: Tue Jul 4 16:03:41 2017 +0200 Committer: Dominik Psenner <[email protected]> Committed: Tue Jul 4 16:03:41 2017 +0200 ---------------------------------------------------------------------- log4net.include | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/de60d083/log4net.include ---------------------------------------------------------------------- diff --git a/log4net.include b/log4net.include index 0686322..5d900f4 100644 --- a/log4net.include +++ b/log4net.include @@ -252,6 +252,7 @@ limitations under the License. <property name="current.build.defines.vjc" value="${build.defines.vjc},NET,NET_2_0,NET_3_5,CLIENT_PROFILE" dynamic="true" /> <property name="current.build.defines.cl" value="${build.defines.cl} /D NET /D NET_2_0 /D NET_3_5 /D CLIENT_PROFILE" dynamic="true" /> <property name="current.bin.dir" value="${bin.dir}/${framework::get-family(framework::get-target-framework())}-cp/${framework::get-version(framework::get-target-framework())}/${current.build.config}" /> + <property name="log4net.output.dir" value="${bin.dir}/${framework::get-family(framework::get-target-framework())}-cp/${framework::get-version(framework::get-target-framework())}/${current.build.config}" /> <property name="current.sdkdoc.dir" value="${sdkdoc.dir}/${framework::get-family(framework::get-target-framework())}-cp/${framework::get-version(framework::get-target-framework())}" /> <property name="current.sdkdoc.debug" value="${sdkdoc.debug}" dynamic="true" /> </target>
