Repository: logging-log4net
Updated Branches:
  refs/heads/feature/cd-pipeline 65e72eb2d -> ca4eddd2e


Revert "build-netstandard: added --no-cache argument"

This reverts commit 65e72eb2defbc98412b102fd7caa32e37a57f424.


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

Branch: refs/heads/feature/cd-pipeline
Commit: 2eb01f3d3f5bf72c42dbed1b771103849633d14c
Parents: 65e72eb
Author: Dominik Psenner <[email protected]>
Authored: Wed Jul 5 23:44:12 2017 +0200
Committer: Dominik Psenner <[email protected]>
Committed: Wed Jul 5 23:44:12 2017 +0200

----------------------------------------------------------------------
 log4net.build | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/2eb01f3d/log4net.build
----------------------------------------------------------------------
diff --git a/log4net.build b/log4net.build
index 5d1a3ee..c6c6b2e 100644
--- a/log4net.build
+++ b/log4net.build
@@ -2015,7 +2015,6 @@ 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"/>

Reply via email to