I am looking for a very simple example that shows what exactly is and how to use the MSBuild Extension Pack: http://msbuildextensionpack.codeplex.com/ I just cannot find anything for a real beginner. Thank you.
Asked
Active
Viewed 5,570 times
4
-
1If you understand MSBuild, then using tasks from the EP shouldn't be an issue. Are you looking for basic MSBuild information? – Ritch Melton Dec 02 '11 at 16:08
-
I do understand MSBuild but I am looking for a simple example on how to use the Extension Pack. I know I need it but I am not sure how to use it. – Radu M. Dec 02 '11 at 22:09
-
import the tasks and use it. FWIW, SO is a much better resource when your questions are specific to what you are trying to accomplish. – Ritch Melton Dec 02 '11 at 22:33
-
Ok, but use it how? In code, in a script, in an XML file? – Radu M. Dec 03 '11 at 13:45
-
Imported as a task and used by a target in a msbuild file. http://msdn.microsoft.com/en-us/library/0k6kkbsd.aspx - Are you using TFS? – Ritch Melton Dec 03 '11 at 15:20
-
Thank you! This is good enough indeed. – Radu M. Dec 03 '11 at 19:38