MSBuild Extension Pack simple tutorial

msbuild

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.

Best Answer

Go through these Links, They would be very useful, I figured out how to use MSBuildCommunityTasks through them,

How do I import the msbuildcommunitytasks project from another msbuild project with a relative file path?

Msbuild and SVN update

Also, Example

<SvnUpdate 
    Username="$(CommitUser)" 
    Password="$(CommitPassword)" 
    LocalPath="$(ProjectDir)">
</SvnUpdate>

Its just what you use on the Command Line.