I have a biztalk solution and configuration file (.btdfproj) included in the solution, using which the deployment is done. The solution have multiple projects and all are deployed using the same configuration file mentioned above. I also publish a service (svc) to IIS and this is also configured in the same file. I want to perform all these using command line.
Asked
Active
Viewed 145 times
1 Answers
1
The Deployment Framework documentation discusses scripted deployments. You can also take a look at Randy Paulo's PowerShell script.

Thomas F. Abraham
- 2,082
- 1
- 19
- 24