Announcement The MSBuild Community Tasks Project releases version v1.1.0.145. There are many new tasks in this release. Special thanks to all the contributors to the project. Current Community Tasks Task Description AppPoolController Allows control for an application pool on a local or remote machine with IIS installed. AppPoolCreate Creates a new application pool on a local or remote machine. AppPoolDelete Deletes an existing application pool on a local or remote machine. AssemblyInfo Generates an AssemblyInfo file using the attributes given. Attrib Changes the attributes of files and/or directories...
The MSBuild Community Tasks Project has released the first version of tasks. The following is a sample build project that uses the SvnVersion, AssemblyInfo, NDoc and Zip tasks to create a release. Import Targets The first thing that needs to be done in the build file is to import the MSBuild.Community.Tasks.Targets file that defines the available tasks. If you use the msi installer to install the MSBuild Community Tasks, you can use the path "$(MSBuildExtensionsPath)\MSBuildCommunityTasks\MSBuild.Community.Tasks.Targets". Version Target The first target in the sample file is the Version...
Announcement The MSBuild Community Tasks Project releases version v1.0.0.29. The following is a list of tasks. Current Community Tasks Task Description AssemblyInfo Generates an AssemblyInfo file using the attributes given. FtpUpload Uploads a file using File Transfer Protocol (FTP). Mail Sends an email message. Math.Add Add numbers. Math.Divide Divide numbers. Math.Multiple Multiple numbers. Math.Subtract Subtract numbers. NDoc Runs NDoc V1.3.1 to create documentation. NUnit Runs tests using the NUnit V2.2 framework. RegistryRead Reads a value from the Registry. RegistryWrite Writes a value to...
I’d like to announce the MSBuild Community Task Collaboration Project. The project was started by me to form a directory of MSBuild Tasks for use in your build scripts. The project is also an open source collection of tasks. The project is broke into 2 web sites. The first is http://msbuildtasks.com/ which is a community server install with forums and a directory of MSBuild tasks. The goal of msbuildtasks.com is to provide a common place to find tasks. Please help improve this directory by adding links to tasks that you know about. The second site is an open source project hosted at http...