MSBuild tasks give the MSBuild platform the ability to execute any number of actions during the build process.
I need to change only the revision number of an AssemblyInfo.cs file. The version number is in the format …
msbuild msbuild-taskI'm having a hard time getting my third party non-reference assemblies deployed via Webdeploy withing the Visual Studio 2012 UI. I …
msbuild visual-studio-2012 msbuild-task webdeploy msbuild-targetI am facing an issue with MSBuild I can't overcome it by myself. As a result I rely on community's …
msbuild msbuild-taskI'm currently using an msbuild file to copy some files to the public documents folder when my EXE is compiled. …
c# msbuild msbuild-task file-copyingIn my msbuild script I'm creating a zip file with year/month/day in the zip filename, but month and …
date msbuild scripting msbuild-task msbuildcommunitytasks