Repository: logging-log4net Updated Branches: refs/heads/feature/cd-pipeline 626512777 -> 78621e93b
Moved --configfile switch before the 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/78621e93 Tree: http://git-wip-us.apache.org/repos/asf/logging-log4net/tree/78621e93 Diff: http://git-wip-us.apache.org/repos/asf/logging-log4net/diff/78621e93 Branch: refs/heads/feature/cd-pipeline Commit: 78621e93b853c47ad03e36f0ff2c481727e83429 Parents: 6265127 Author: Dominik Psenner <[email protected]> Authored: Thu Jul 6 12:12:11 2017 +0200 Committer: Dominik Psenner <[email protected]> Committed: Thu Jul 6 12:12:11 2017 +0200 ---------------------------------------------------------------------- log4net.build | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/78621e93/log4net.build ---------------------------------------------------------------------- diff --git a/log4net.build b/log4net.build index 135e879..6fba467 100644 --- a/log4net.build +++ b/log4net.build @@ -1756,6 +1756,7 @@ limitations under the License. <call target="compile-netstandard-current-configuration"/> </target> <target name="compile-netstandard-current-configuration"> + <echo message="dotnet --version"/> <exec program="dotnet" workingdir="netstandard" failonerror="false" resultproperty="dotnet.available"> <arg value="--version"/> </exec> @@ -1766,8 +1767,8 @@ limitations under the License. <echo message="dotnet restore --configfile NuGet.Config"/> <exec program="dotnet" workingdir="netstandard"> <arg value="restore"/> - <arg value="log4net.netstandard.sln"/> <arg value="--configfile NuGet.Config"/> + <arg value="log4net.netstandard.sln"/> </exec> <if test="${current.build.config.release != '-c}"> <echo message="dotnet build log4net"/>
