MSBuild-ification doing it from command line - some reference

Saturday, November 1st, 2008

http://msdn.microsoft.com/en-us/library/ms164311.aspx

/p:Configuration=Debug

MSBuild: Aspnet_merge.exe Exited With Code 1

Friday, December 21st, 2007

Set:

<UseMerge>true</UseMerge>

To:

<UseMerge>false</UseMerge>

This is because it tries to add classes of the same name in the same assembly such as default. This should be solved by creating a dll on a folder basis. I will comment back here when I find out how!

MSBuild Community Tasks

Friday, December 21st, 2007

Need to deploy a .NET project but want a little more control?

http://msbuildtasks.tigris.org/

MSBuild Community tasks

Tuesday, October 2nd, 2007

http://msbuildtasks.tigris.org/