Initial beta release of Zealand IT MSBuild Tasks.
Contains the following tasks:
RunAs - Same as Exec task, but provides parameters for impersonation, useful in Continuous Integration scenarios. IO.AppendToFile - Appends info to a file, works over UNC location. IO.CpDir - Copies directories recursively and works over UNC paths with username/password. IO.MkDir - Create/make directory. Works over UNC paths with username/password. IO.RmDir - Delete/remove directory. Works over UNC paths with username/password. IO.OrderedFileList - Creates an ordered file list based on a wildcard file mask. This list is returned as an ITaskItem array. Svn.LastChangedRev - _Returns Subversion revision number for a specific location in a repository. Useful when using multiple projects in a single repository, for which you want to create unique version numbers based on revision.
|