BTDF / DeploymentFramework

The Deployment Framework for BizTalk is the most powerful and customizable, yet easy-to-use toolkit for deploying and configuring your BizTalk solutions.
MIT License
53 stars 24 forks source link

BTDF Deploy issue with MSBuild #438

Closed Ramendra30 closed 4 years ago

Ramendra30 commented 6 years ago

I am having trouble Deploying the BTDF project through MSBuild script. The project is a Biztalk 2016 project. This used to work in Biztalk 2013 and 2010. Kindly advise:

MSBuild.exe DE.B2B.CNI.CRM.PPI.SFDC.VERA.Deployment.btdfproj /p:DeployBizTalkMgmtDB=True;Configuration=Server;SkipUndeploy=True;InstallDir="C:\Program Files (x86)\DE.B2B.CNI.CRM.PPI.SFDC.VERA\1.0.0.0" /target:Deploy /l:FileLogger,Microsoft.Build.Engine;logfile="C:\Program Files (x86)\DE.B2B.CNI.CRM.PPI.SFDC.VERA\1.0.0.0\DeployResults\DeployResults.txt" / p:ENV_SETTINGS="C:\Program Files (x86)\DE.B2B.CNI.CRM.PPI.SFDC.VERA\1.0.0.0\Deployment\EnvironmentSettings\DEV_Settings.xml"

MSBuildPath: C:\Program Files (x86)\MsBuild\14.0\Bin\MSBuild.exe

**MSBUILD : error MSB1008: Only one project can be specified. Switch: Files

For switch syntax, type "MSBuild /help"**

tfabraham commented 4 years ago

Closing due to inactivity