[MSBuild Task] Move or rename a file and retries the operation during a defined amount of time in case that a sharing violation exception occurs.

Namespace:  PostSharp.MSBuild
Assembly:  PostSharp.MSBuild (in PostSharp.MSBuild.dll)

Syntax

Visual Basic (Declaration)
Public Class MoveWithRetry _
	Inherits Task
C#
public class MoveWithRetry : Task
Visual C++
public ref class MoveWithRetry : public Task

Inheritance Hierarchy

System..::.Object
  Task
    PostSharp.MSBuild..::.MoveWithRetry

See Also