Hi Tom,
I am trying to deploy biztalk 2013 application using TFS 2012 automated build. I have created Successful build with Sol and .btdf proj in build proj list.
Now to automated Deploy my understanding is
I have to Copy MSI to stage environment from build server, undeploy the existing app, uninstall MSI, Install new MSI and than Deploy it. So i created four batch file with psexec and its ok. but I get into trouble when sometime the uninstall MSI asks for reboot because Bistalk is working or when undeploy fails. So I got this article which has further detail of the steps
http://geekswithblogs.net/RobBowman/archive/2013/02/12/biztalk-automated-multi-server-deploy.aspx
Specially this workflow
http://gwb.blob.core.windows.net/robbowman/Windows-Live-Writer/a78213296850_9183/image_22.png
he also mentined about the powershell script he has created which I am not able to access. I would appreciate if you could provide some assistance with deploying the biztalk msi automatically using TFSbuild
Note- BTW MSI and batch files were copied already during Build application ( by setting drop location as stage env in tfsbuild) . In Deploy Build defination I am just executing four batch file.
I am trying to deploy biztalk 2013 application using TFS 2012 automated build. I have created Successful build with Sol and .btdf proj in build proj list.
Now to automated Deploy my understanding is
I have to Copy MSI to stage environment from build server, undeploy the existing app, uninstall MSI, Install new MSI and than Deploy it. So i created four batch file with psexec and its ok. but I get into trouble when sometime the uninstall MSI asks for reboot because Bistalk is working or when undeploy fails. So I got this article which has further detail of the steps
http://geekswithblogs.net/RobBowman/archive/2013/02/12/biztalk-automated-multi-server-deploy.aspx
Specially this workflow
http://gwb.blob.core.windows.net/robbowman/Windows-Live-Writer/a78213296850_9183/image_22.png
he also mentined about the powershell script he has created which I am not able to access. I would appreciate if you could provide some assistance with deploying the biztalk msi automatically using TFSbuild
Note- BTW MSI and batch files were copied already during Build application ( by setting drop location as stage env in tfsbuild) . In Deploy Build defination I am just executing four batch file.