Book a Demo

Author Topic: Getting latest within a EAP file  (Read 2444 times)

rsobti70

  • EA Novice
  • *
  • Posts: 1
  • Karma: +0/-0
    • View Profile
Getting latest within a EAP file
« on: May 03, 2012, 05:50:19 am »
We have a repository in TFS and use a EAP files for various releases. one of our requirment is to keep the Master EAP file always updated. Currently we are doing this manully, open the file and do a get latest all. Is there a way to do a get latest on EAP file using say a command line

qwerty

  • EA Guru
  • *****
  • Posts: 13584
  • Karma: +397/-301
  • I'm no guru at all
    • View Profile
Re: Getting latest within a EAP file
« Reply #1 on: May 03, 2012, 07:02:13 am »
You can write a command line tool which invokes SynchronizePackage (string PackageGUID, string ExtraOptions) from the Project Class.

q.