Repository: logging-log4net
Updated Branches:
  refs/heads/feature/cd-pipeline 9504ecc63 -> 434609fd9


Moved --configfile option to the end of the arguments


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

Branch: refs/heads/feature/cd-pipeline
Commit: 434609fd954a21b29f07d77d5363074ca24a12e1
Parents: 9504ecc
Author: Dominik Psenner <[email protected]>
Authored: Thu Jul 6 10:59:03 2017 +0200
Committer: Dominik Psenner <[email protected]>
Committed: Thu Jul 6 10:59:03 2017 +0200

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


http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/434609fd/log4net.build
----------------------------------------------------------------------
diff --git a/log4net.build b/log4net.build
index 8ff9e1b..47d3830 100644
--- a/log4net.build
+++ b/log4net.build
@@ -1764,16 +1764,16 @@ limitations under the License.
     </if>
     <if test="${dotnet.available == '0'}">
       <exec program="dotnet" workingdir="netstandard">
-        <arg value="--configfile NuGet.Config"/>
         <arg value="restore"/>
         <arg value="log4net.netstandard.sln"/>
+        <arg value="--configfile NuGet.Config"/>
       </exec>
       <exec program="dotnet" workingdir="netstandard">
-        <arg value="--configfile NuGet.Config"/>
         <arg value="build"/>
         <arg value="log4net"/>
         <arg if="${current.build.config.release}" value="-c"/>
         <arg if="${current.build.config.release}" value="Release"/>
+        <arg value="--configfile NuGet.Config"/>
       </exec>
       <mkdir dir="${log4net.basedir}/bin/netstandard/1.3"/>
       <if test="${current.build.config.release}">

Reply via email to