Repository: logging-log4net
Updated Branches:
  refs/heads/feature/cd-pipeline e17124f1b -> 2db4df201


Fixed echo syntax


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

Branch: refs/heads/feature/cd-pipeline
Commit: 2db4df2013e20bc3ef8975e35485532be896aab1
Parents: e17124f
Author: Dominik Psenner <[email protected]>
Authored: Thu Jul 6 11:52:06 2017 +0200
Committer: Dominik Psenner <[email protected]>
Committed: Thu Jul 6 11:52:06 2017 +0200

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


http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/2db4df20/log4net.build
----------------------------------------------------------------------
diff --git a/log4net.build b/log4net.build
index b024a7f..f48eccc 100644
--- a/log4net.build
+++ b/log4net.build
@@ -1769,10 +1769,10 @@ limitations under the License.
         <arg value="log4net.netstandard.sln"/>
         <arg value="--configfile NuGet.Config"/>
       </exec>
-      <if="${not current.build.config.release}" value="-c">
+      <if="${current.build.config.release != '-c}">
         <echo message="dotnet build log4net"/>
       </if>
-      <if="${current.build.config.release}" value="-c">
+      <if="${current.build.config.release == '-c'}">
         <echo message="dotnet build log4net -c Release"/>
       </if>
       <exec program="dotnet" workingdir="netstandard">

Reply via email to