I'm trying to deploy a visual studio solution which has a WebApi ,Several dependent application and a console application, there are no issues in deploying of WebApi , issue is with Console Application.
I'm using deployment agent group template which does IIS web app deployment for WebAPI project and using copy files task to copy paste to copy console application to target server. For both WebApi and Console Application target server is same.
Soon after copy I've task to invoke Console Application, problem here is Application opens and close immediately . I've tried with cmd line task, batch script and powershell script in all the ways output is Same.
But I expect the console app to keep running , so kindly throw some light on this.