Tasks for MSBuild
Classes
Class | Description | |
---|---|---|
AssemblyInfo | Generates an AssemblyInfo files | |
Attrib | Changes the attributes of files and/or directories | |
FileUpdate | Replace text in file(s) using a Regular Expression. | |
FtpUpload | Uploads a file using File Transfer Protocol (FTP). | |
FxCop | Uses FxCop to analyse managed code assemblies and reports on their design best-practice compliance. | |
GacUtil | MSBuild task to install and uninstall asseblies into the GAC | |
GetSolutionProjects | Task to get paths to projects and project names from VS2005 solution file | |
ILMerge | A wrapper for the ILMerge tool. | |
Sends an email message | ||
Move | Moves files on the filesystem to a new location. | |
NDoc | Runs the NDoc application. | |
NUnit | Run NUnit on a group of assemblies. | |
Prompt | Displays a message on the console and waits for user input. | |
RegexBase | Base class for Regex tasks Handles public properties for Input, Expression, Options and Output This class is abstract (MustInherit in Visual Basic)abstractMustInherit and so cannot be instantiated. | |
RegexMatch | Task to filter an Input list with a Regex expression. Output list contains items from Input list that matched given expression | |
RegexReplace | Task to replace portions of strings within the Input list Output list contains all the elements of the Input list after performing the Regex Replace. | |
RegistryRead | Reads a value from the Registry | |
RegistryWrite | Writes a value to the Registry | |
Script | Executes code contained within the task. | |
ServiceController | Task that can control a Windows service. | |
ServiceQuery | Task that can determine the status of a specified service on a target server. | |
Sleep | A task for sleeping for a specified period of time. | |
SqlExecute | Executes a SQL command. | |
TemplateFile | MSBuild task that replaces tokens in a template file and writes out a new file. | |
Time | Gets the current date and time. | |
Unzip | Unzip a file to a target directory. | |
Version | Generates version information based on various algorithms | |
WebDownload | Downloads a resource with the specified URI to a local file. | |
XmlRead | Reads a value from a XML document using a XPath. | |
XmlUpdate | Updates a XML document using a XPath. | |
Xslt | A task to merge and transform a set of xml files. | |
Zip | Create a zip file with the files specified. |
Enumerations
Enumeration | Description | |
---|---|---|
GacUtilCommands | The list of the commans available to the GacUtil Task | |
ServiceActions | Defines the actions that can be performed on a service. |
Documentation version 1.0.0.0.