Skip to content

Application Description Template

Charlie Mott edited this page Nov 17, 2017 · 4 revisions

Wiki: Home > Tips and Tricks

Requirement

Show the application name, version and timestamp in the BizTalk application description.

Solution

Add the following to the Deployment.btdfproj file:

<BizTalkAppDescription>$(ProductName) $(ProductVersion) - Deployed on $([System.DateTime]::Now)</BizTalkAppDescription>

References