The MSBuild Community Tasks Project is an open source project for MSBuild tasks.
Is it just me or is the documentation on this project really scarce? I'm trying to find how to use …
msbuild documentation ftp msbuildcommunitytasksHere is my build script: <?xml version="1.0" encoding="utf-8" ?> <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003"&…
msbuild zip msbuildcommunitytasksWhen I do a ReadLinesFromFile on a file in MSBUILD and go to output that file again, I get all …
deployment msbuild msbuild-task msbuildcommunitytasksI am using MSBuild and MSBuild Community Tasks (using XMLUpdate and XMLMassUpdate) to update various sections of my Web.config …
xml msbuild msbuildcommunitytasksI'm having an issue with the Attrib task from the MSBuild Community Tasks Project when running on a 64 bit build …
msbuild 64-bit msbuildcommunitytasksI have a MSBuild project and I want the current date to be added to a zip file that I …
msbuild msbuild-task msbuildcommunitytasksPlease go easy I am new to msbuild and msbuildtasks! How can I set a property which represents a relative …
msbuild msbuildcommunitytasksI'm looking to use the fileUpdate task from msbuildtasks.tigris.org to modify image src's as part of our web …
msbuild msbuildcommunitytasksI don't know if ItemGroup is the right type to use. I will get 4 different booleans that will be true …
msbuild msbuild-task msbuild-4.0 msbuildcommunitytasks msbuildextensionpackI am just starting to make custom MSBuild scripts for the first time. I see that there are two standard …
.net msbuild build-automation msbuildcommunitytasks msbuildextensionpack