Fix nant warning about deprecated ifnot usage

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

Branch: refs/heads/develop
Commit: feef693a2ead6b78796f16854d943b826ea99cd4
Parents: af5562e
Author: Dominik Psenner <dpsen...@apache.org>
Authored: Tue Nov 28 22:22:53 2017 +0100
Committer: Dominik Psenner <dpsen...@apache.org>
Committed: Tue Nov 28 22:22:53 2017 +0100

----------------------------------------------------------------------
 log4net.build | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/feef693a/log4net.build
----------------------------------------------------------------------
diff --git a/log4net.build b/log4net.build
index cd24957..28dc2e4 100644
--- a/log4net.build
+++ b/log4net.build
@@ -1787,11 +1787,11 @@ limitations under the License.
           <fileset 
basedir="netstandard/1.3/log4net/bin/Release/netstandard1.3"/>
         </move>
       </if>
-      <ifnot test="${current.build.config.release}">
+      <if test="${current.build.config.debug}">
         <move todir="${log4net.basedir}/bin/netstandard/1.3/debug">
           <fileset basedir="netstandard/1.3/log4net/bin/Debug/netstandard1.3"/>
         </move>
-      </ifnot>
+      </if>
     </if>
   </target>
   <!-- Target for generating docs for all runtime configurations -->

Reply via email to