-
Notifications
You must be signed in to change notification settings - Fork 0
Home
First of all, this wiki should point back to the original source wiki at TechNet - BizTalk Server: Continuous deployment of Applications built using BTDF and Octopus deploy
The original wiki still points to repositories at CodePlex, which has been archived as part of the shut down announced in 2017. The main repository at GitHub, which this repository forks, is owned by an anonymous user, which doesn't respond to issues or pull requests. Hence this repository continues the development in the develop branch, while the main branch stays in sync with the upstream main branch.
This wiki will document new features introduced in this forked repository.
This script deploys a biztalk MSI built using BTDF, through standard BTDF steps as follows:
- Takes a backup of the existing version of biztalk app, if any, MSI and bindings into a specified backup dir
- Undeploys the existing version, if any, of biztalk app
- Uninstalls existing version of biztalk app, if any
- Installs the new version of biztalk MSI created using BTDF
- Deploys the new installed version of biztalk using BTDF
This script was originally developed for Biztalk 2013 R2 and BTDF Release 5.6 (Release Candidate), but the develop branch of this repository has migrated to BizTalk 2016 and BTDF 5.7.