Skip to main content
Nintex Community Menu Bar

MSBUILD Tasks to handle deployment of Custom Service Brokers and Services Instances

  • November 18, 2010
  • 3 replies
  • 7 views

Forum|alt.badge.img+9
  • Nintex Partner

The Service Broker Deployment Utility is a set of custom MSBUILD tasks that handles: · The deployment and creation of a ServiceType (based upon a custom ServiceBroker) · The registration/refreshing of a ServiceInstance. This can greatly ease the effort around dealing with ServiceBrokers and Instances across multiple developers and environments as well as help deal with keeping ServiceInstance GUID consistent as well. These are actually two separate MSBUILD tasks and as such they ca

3 replies

Forum|alt.badge.img+6
  • May 18, 2012
update existing service type

Hi,


 


If the service type is already deployed, then can we update it again using this script.


Forum|alt.badge.img+9
  • November 20, 2012
Refreshing Service Instance?

The description mentions that these scripts can refresh an existing service instance, a step that I would love to automate. Can you provide an example of how to do that?


Forum|alt.badge.img+9
  • November 20, 2012
Re: Refreshing Service Instance?

Disregard, just took a look at the code and it appears as if registering a service instance will refresh it if it already exists. Will check out this functionality, thanks!