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/11/12 10:38:43 UTC

[2/2] logging-log4net git commit: Fix updated path to netstandard 1.3 solution file

Fix updated path to netstandard 1.3 solution file


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

Branch: refs/heads/feature/cd-pipeline
Commit: 952238182bf9821c83e3db7f3cc1274c9ce92eca
Parents: 1509675
Author: Dominik Psenner <dp...@apache.org>
Authored: Sun Nov 12 11:38:14 2017 +0100
Committer: Dominik Psenner <dp...@apache.org>
Committed: Sun Nov 12 11:38:14 2017 +0100

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


http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/95223818/log4net.build
----------------------------------------------------------------------
diff --git a/log4net.build b/log4net.build
index 7f1406f..cd24957 100644
--- a/log4net.build
+++ b/log4net.build
@@ -1765,7 +1765,7 @@ limitations under the License.
     </if>
     <if test="${dotnet.available == '0'}">
       <echo message="dotnet restore log4net.netstandard.sln"/>
-      <exec program="dotnet" workingdir="netstandard">
+	  <exec program="dotnet" workingdir="netstandard/1.3">
         <arg value="restore"/>
         <arg value="log4net.netstandard.sln"/>
       </exec>
@@ -1775,7 +1775,7 @@ limitations under the License.
       <if test="${current.build.config.release == '-c'}">
         <echo message="dotnet build log4net -c Release"/>
       </if>
-      <exec program="dotnet" workingdir="netstandard">
+	  <exec program="dotnet" workingdir="netstandard/1.3">
         <arg value="build"/>
         <arg value="log4net"/>
         <arg if="${current.build.config.release}" value="-c"/>