Here is a script that I use to schedule BizTalk Deployment framework on test plateform. This script performs : Get latest from TFS Compile solution undeploy current BizTalk application create the MSI file Deploy the new version SET msBuild=c:\Windows\Microsoft.NET\Framework\v4.0.30319\MSbuild.exe SET tfsDir=your working Tfs dir SET SolutionName = solutionName SET tf=”C:\Program Files\Microsoft Visual Studio 10.0\Common7\IDE\TF.exe” SET […]
Blog Post by: Jeremy Ronk