Welcome to MSDN Blogs Sign in | Join | Help

Biztalk Discoveries, Experiences

My Biztalk Discoveries, Experiences on day to day work, during Dev , Qa ,Deployment , Production environments etc

Syndication

News

My Biztalk Discoveries, Experiences on day to day work, during Dev , Qa ,Deployment , Production environments etc

Browse by Tags

All Tags » msbuild   (RSS)
Msbuild Biztalk Add Resources, Add Application
<Project xmlns=" http://schemas.microsoft.com/developer/msbuild/2003 " DefaultTargets="AddBtResx;"> <PropertyGroup > <BTServerName></BTServerName> <BTServerDatabase></BTServerDatabase> <MsgFailed>Failed Adding Read More...

Posted Thursday, July 31, 2008 3:12 PM by Sundara Prabu .T | 1 Comments

Filed under: , ,

Msbuild Send Email SMTP Server
< Project xmlns = " http://schemas.microsoft.com/developer/msbuild/2003 " DefaultTargets = " EmailIt " > < Import Project = "c:\sdc \Microsoft.Sdc.Common.Tasks " /> < PropertyGroup > < MsgFailed > Failed Email for </ MsgFailed Read More...

Posted Thursday, July 31, 2008 3:05 PM by Sundara Prabu .T | 1 Comments

Filed under: , ,

Msbuild Archive Files Unique Zip file Name
this Explains how to use Msbuild to zip some log files. the zipfilename is generated from date time information, hence unique. < Project xmlns = " http://schemas.microsoft.com/developer/msbuild/2003 " DefaultTargets = " ZipLogs " > <Import Project="c:\sdc\Microsoft.Sdc.Common.Tasks" Read More...

Posted Thursday, July 31, 2008 2:59 PM by Sundara Prabu .T | 0 Comments

Filed under: , , ,

Msbuild Run Test Cases
< Project xmlns = " http://schemas.microsoft.com/developer/msbuild/2003 " DefaultTargets = " RunUnitTests " > < Target Name = " RunUnitTests " > < Exec Command = ' MSTest.exe /testmetadata:"c:\testproj.vsmdi" ' /> < Message Importance Read More...

Posted Thursday, July 31, 2008 2:55 PM by Sundara Prabu .T | 1 Comments

Msbuild Biztalk Start Host Instances
< Project xmlns = " http://schemas.microsoft.com/developer/msbuild/2003 " DefaultTargets = " StartHosts " > <Import Project="c:\sdc\Microsoft.Sdc.Common.Tasks" /> < PropertyGroup > < MsgFailed > Failed StartHosts for </ MsgFailed Read More...

Posted Thursday, July 31, 2008 2:50 PM by Sundara Prabu .T | 1 Comments

Filed under: ,

Msbuild Biztalk Start Biztalk Applications
< Project xmlns = " http://schemas.microsoft.com/developer/msbuild/2003 " DefaultTargets = " StartBizTalkApplication " > <Import Project="c:\sdc\Microsoft.Sdc.Common.Tasks" /> < PropertyGroup > < MsgFailed > Failed StartApp for Read More...

Posted Thursday, July 31, 2008 2:44 PM by Sundara Prabu .T | 1 Comments

Filed under: , ,

Msbuild Publish WebServices
< Project xmlns = " http://schemas.microsoft.com/developer/msbuild/2003 " DefaultTargets = " PublishSite " > <Import Project="c:\sdc\Microsoft.Sdc.Common.Tasks" /> < PropertyGroup > < MsgFailed > Failed PublishWebSite for </ Read More...

Posted Thursday, July 31, 2008 2:37 PM by Sundara Prabu .T | 0 Comments

Filed under: , ,

Msbuild Biztalk Import Bindings
< Project xmlns = " http://schemas.microsoft.com/developer/msbuild/2003 " DefaultTargets = " AddReferences;ImportBindings " > <Import Project="c:\sdc\Microsoft.Sdc.Common.Tasks" /> < PropertyGroup > < MsgFailed > Failed Binding Read More...

Posted Thursday, July 31, 2008 2:33 PM by Sundara Prabu .T | 1 Comments

Filed under: , ,

Msbuild Biztalk Stop Applications
< Project xmlns = " http://schemas.microsoft.com/developer/msbuild/2003 " DefaultTargets = " CheckAppExists;StopApplication;RemoveReferences;UnDeploy " > < Import Project = "c:\sdc \Microsoft.Sdc.Common.Tasks " /> < PropertyGroup > < Read More...

Posted Thursday, July 31, 2008 2:28 PM by Sundara Prabu .T | 0 Comments

Msbuild Biztalk Stop Host Instances
< Project xmlns = " http://schemas.microsoft.com/developer/msbuild/2003 " DefaultTargets = " StopHosts " > < Import Project = "C:\sdc \Microsoft.Sdc.Common.Tasks " /> -- Download sdctasks from Codeplex.com and put it here < PropertyGroup Read More...

Posted Thursday, July 31, 2008 2:23 PM by Sundara Prabu .T | 1 Comments

Msbuild Deploy Biztalk Solution Projects
< Project xmlns = " http://schemas.microsoft.com/developer/msbuild/2003 " DefaultTargets = " BuildSolutions;SuccessLog " > < PropertyGroup > < MsgBuildFailed > Failed deploy for </ MsgBuildFailed > < MsgBuildSuccess > success Read More...

Posted Thursday, July 31, 2008 2:20 PM by Sundara Prabu .T | 1 Comments

Filed under: , ,

Msbuild Build Biztalk Project
I have used exec task inside msbuild and achieved the same.. for the rest like stopping / starting host instances, I use sdc tasks.. < Target Name = " BuildSolutions " > < Exec Command = ' devenv.com /build $(BuildType) "c:\customer.btproj" ' Read More...

Posted Thursday, July 31, 2008 2:15 PM by Sundara Prabu .T | 1 Comments

Filed under: ,

Page view tracker