function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
James WikkerinkJames Wikkerink 

How to automate managed package installation in TeamCity

I have successfully set up continuous integration process using TeamCity for non-SalesForce projects, but need help with automating SalesFoce manage packages installation. To migrate metadata from source to target org, I used ant migration tool, but how to do in case of managed packages?
Questions:
  1. How will TeamCity know that the new package has been created? I may watch the changes in source code tool, but not in the cloud where the created package is stored.
  2. How to get the latest version of the package from the cloud? I need to compare the versions of the packages: the installed one and the new one
  3. How to install the package using TeamCity?
Please help.
Shailendra Singh 69Shailendra Singh 69
Hi James, Did you able to setup TeamCity automated deployment? We are also looking to use the same. I have problem in step 2.