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 2017/10/31 21:19:27 UTC

[3/5] logging-log4net git commit: log4net.bin.dir is not available in the runtests-netstandard-1.3 target

log4net.bin.dir is not available in the runtests-netstandard-1.3 target


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

Branch: refs/heads/feature/netstandard-2.0
Commit: ff5e420554d9ad98be4acb8608531410e4a74db4
Parents: c731855
Author: Dominik Psenner <dp...@apache.org>
Authored: Tue Oct 31 20:56:16 2017 +0100
Committer: Dominik Psenner <dp...@apache.org>
Committed: Tue Oct 31 20:56:16 2017 +0100

----------------------------------------------------------------------
 tests/nant.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/ff5e4205/tests/nant.build
----------------------------------------------------------------------
diff --git a/tests/nant.build b/tests/nant.build
index c79ffaa..310eca7 100644
--- a/tests/nant.build
+++ b/tests/nant.build
@@ -869,7 +869,7 @@ limitations under the License.
         <exec program="dotnet" workingdir="${log4net.basedir}/netstandard/log4net.tests">
             <arg value="test"/>
 			<arg value="-xml"/>
-			<arg value="${current.bin.dir}/log4net.Tests.dll-results.mstest.xml"/>
+			<arg value="${log4net.basedir}/tests/bin/log4net.Tests.dll-results.mstest.xml"/>
             <arg value="--verbosity"/>
 		    <arg value="detailed"/>
         </exec>