How to execute tfs 'Get Latest Version' programmatically in a custom build definition

已答覆 How to execute tfs 'Get Latest Version' programmatically in a custom build definition

  • Donnerstag, 26. April 2012 17:05
     
     

    Hi,

    I need to get the latest sources from TFS to a predefined directory (and than make a package of those clean, fresh sources). I want that operation to be a part of a custom build definition. Any clues how to achieve that? Some codeactivity samples perhaps?

    Any help appreciated :)

Alle Antworten

  • Donnerstag, 26. April 2012 18:21
     
     Beantwortet

    You can use the DownloadFiles Activity that comes out of the box.

    http://msdn.microsoft.com/en-us/library/gg265783.aspx#Activity_Download_Files


    My blog: blog.jessehouwing.nl

    • Als Antwort markiert _BostonGeorge_ Freitag, 27. April 2012 08:13
    •