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

Issue: SetPropFromEnvSetting does not behave as native MSBuild CreateProperty task #292

Closed tfabraham closed 6 years ago

tfabraham commented 6 years ago

Suppose the following target definition:

this will non-surprisingly ouput three items. If the target is instead defined as follows, with Tests set to the exact same value in the environment settings:

this will only output one single item, which is not the expected behavior in a MSBuild script.

This work item was migrated from CodePlex

CodePlex work item ID: '10266' Assigned to: 'tfabraham' Vote count: '1'

tfabraham commented 6 years ago

[UnknownUser@2/7/2014] Resolved with changeset 74523: Get MSBuild props from settings spreadsheet to act like typical MSBuild properties when values incl. semicolon (#10266)