Multiple instance of windows service on same machine

Hi team,
I have one nugget package which contain only one windows service.
I want to deploy this service with multiple instances with different service name and configurations on same web server.
I want to do this within single deployment. How can I achieve that ?

Thanks,
Dipika

Hi Dipika,

Thanks for getting in touch! I think multiple steps using the same Package ID would achieve what you are after. Each step can specify a different value for the Service name and Display name. You can also scope the project variables to specific steps, if each service has specific app settings.

Hope that helps!

Shannon