Create phing/upgrade-contrib.xml to run drush make on existing Drupal instance which will invoke drush/drupal-org-contrib.make.
It should work as standalone and when called from build.xml (similarly like generate-ads.xml).
Then create ads-upgrade phing command to invoke that script and add make upgrade into Makefile to run that update.
Create
phing/upgrade-contrib.xmlto rundrush makeon existing Drupal instance which will invokedrush/drupal-org-contrib.make.It should work as standalone and when called from build.xml (similarly like
generate-ads.xml).Then create
ads-upgradephing command to invoke that script and addmake upgradeintoMakefileto run that update.