MSBuild with Perforce

Hi All,

I have been searching stuff over the internet for using MSBuild for Perforce. Checkin, Checkout, Labeling etc, but am not able to find much stuff.Can anyone let me know where can I find such article.



Answer this question

MSBuild with Perforce

  • George Udov

    I dont know if there are any created by anyone. You will probably have to go the route that others have gone and write custom tasks. These tasks would either use the commandline tool or perforce API to do the operations..

  • Nicolas Gallerand

    As a follow up to what Chris said, download the MSBuild Community tasks, and have a look at the source. It has a bunch of tasks for working with SourceSafe and SVN, they will provide a good template for what you need, and may require only a small change to make them work with Perforce.

    sluggy


  • MSBuild with Perforce