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/develop
Commit: 952238182bf9821c83e3db7f3cc1274c9ce92eca
Parents: 1509675
Author: Dominik Psenner <dpsen...@apache.org>
Authored: Sun Nov 12 11:38:14 2017 +0100
Committer: Dominik Psenner <dpsen...@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"/>

Reply via email to