Top "Msbuild-task" questions

MSBuild tasks give the MSBuild platform the ability to execute any number of actions during the build process.

Change only Revision number in AssemblyInfo.cs with MSBuild FileUpdate task

I need to change only the revision number of an AssemblyInfo.cs file. The version number is in the format …

msbuild msbuild-task
MSBuild targets and Visual Studio 2012 issues

I'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-target
How make MSBuild build custom target specified in csproj building sln?

I am facing an issue with MSBuild I can't overcome it by myself. As a result I rely on community's …

msbuild msbuild-task
make an MSBuild Copy Task only copy if the source is newer regardless of size

I'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-copying
date format in msbuild script?

In 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