Repository: logging-log4net Updated Branches: refs/heads/feature/cd-pipeline 7f689393e -> 071874dff
Really use nunit 2.6.4 to avoid obsolete warnings show up as build errors Project: http://git-wip-us.apache.org/repos/asf/logging-log4net/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4net/commit/071874df Tree: http://git-wip-us.apache.org/repos/asf/logging-log4net/tree/071874df Diff: http://git-wip-us.apache.org/repos/asf/logging-log4net/diff/071874df Branch: refs/heads/feature/cd-pipeline Commit: 071874dff88d72648ca38db50c78d0fac74bda18 Parents: 7f68939 Author: Dominik Psenner <[email protected]> Authored: Wed May 9 10:15:17 2018 +0200 Committer: Dominik Psenner <[email protected]> Committed: Wed May 9 10:15:17 2018 +0200 ---------------------------------------------------------------------- tests/nant.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/071874df/tests/nant.build ---------------------------------------------------------------------- diff --git a/tests/nant.build b/tests/nant.build index f25dc1b..914e7b2 100644 --- a/tests/nant.build +++ b/tests/nant.build @@ -26,7 +26,7 @@ limitations under the License. <target name="install-nunit"> <if test="${not file::exists('lib/${current.build.configuration.dir}/nunit.framework.dll')}"> - <get src="https://www.nuget.org/api/v2/package/NUnit/2.6.5" + <get src="https://www.nuget.org/api/v2/package/NUnit/2.6.4" dest=".tmp-nunit.zip"/> <unzip zipfile=".tmp-nunit.zip" todir=".tmp-nunit"/>
