Repository: logging-log4net Updated Branches: refs/heads/feature/cd-pipeline 78621e93b -> 309318281
log4net.build: reordered dotnet restore arguments once more Project: http://git-wip-us.apache.org/repos/asf/logging-log4net/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4net/commit/30931828 Tree: http://git-wip-us.apache.org/repos/asf/logging-log4net/tree/30931828 Diff: http://git-wip-us.apache.org/repos/asf/logging-log4net/diff/30931828 Branch: refs/heads/feature/cd-pipeline Commit: 30931828136a36b89cb1148ca7cb28dca8a274e7 Parents: 78621e9 Author: Dominik Psenner <[email protected]> Authored: Thu Jul 6 17:17:35 2017 +0200 Committer: Dominik Psenner <[email protected]> Committed: Thu Jul 6 17:17:35 2017 +0200 ---------------------------------------------------------------------- log4net.build | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/30931828/log4net.build ---------------------------------------------------------------------- diff --git a/log4net.build b/log4net.build index 6fba467..00af934 100644 --- a/log4net.build +++ b/log4net.build @@ -1764,11 +1764,11 @@ limitations under the License. <echo message="Skipping build; required framework is not available: netstandard"/> </if> <if test="${dotnet.available == '0'}"> - <echo message="dotnet restore --configfile NuGet.Config"/> + <echo message="dotnet restore log4net.netstandard.sln --configfile=NuGet.Config"/> <exec program="dotnet" workingdir="netstandard"> <arg value="restore"/> - <arg value="--configfile NuGet.Config"/> <arg value="log4net.netstandard.sln"/> + <arg value="--configfile=NuGet.Config"/> </exec> <if test="${current.build.config.release != '-c}"> <echo message="dotnet build log4net"/>
