Repository: logging-log4net Updated Branches: refs/heads/feature/cd-pipeline 02121d361 -> 65e72eb2d
build-netstandard: added --no-cache argument Project: http://git-wip-us.apache.org/repos/asf/logging-log4net/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4net/commit/65e72eb2 Tree: http://git-wip-us.apache.org/repos/asf/logging-log4net/tree/65e72eb2 Diff: http://git-wip-us.apache.org/repos/asf/logging-log4net/diff/65e72eb2 Branch: refs/heads/feature/cd-pipeline Commit: 65e72eb2defbc98412b102fd7caa32e37a57f424 Parents: 02121d3 Author: Dominik Psenner <[email protected]> Authored: Wed Jul 5 21:30:21 2017 +0200 Committer: Dominik Psenner <[email protected]> Committed: Wed Jul 5 21:30:21 2017 +0200 ---------------------------------------------------------------------- log4net.build | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/65e72eb2/log4net.build ---------------------------------------------------------------------- diff --git a/log4net.build b/log4net.build index c6c6b2e..5d1a3ee 100644 --- a/log4net.build +++ b/log4net.build @@ -2015,6 +2015,7 @@ limitations under the License. <if test="${dotnet.available == '0'}"> <exec program="dotnet" workingdir="netstandard" resultproperty="dotnet.available"> <arg value="restore"/> + <arg value="--no-cache"/> </exec> <exec program="dotnet" workingdir="netstandard"> <arg value="build"/>
