DeploymentFramework icon indicating copy to clipboard operation
DeploymentFramework copied to clipboard

Inject PropertyGroup values into EnvironmentSettings.xml

Open tfabraham opened this issue 8 years ago • 1 comments

It would be good if you could add tokens to values in the EnvironmentSettings.xml file to inject PropertyGroup values from the Deployment.btdfproj. e.g. ${ProductName}

This work item was migrated from CodePlex

CodePlex work item ID: '11192' Vote count: '1'

tfabraham avatar Nov 06 '17 13:11 tfabraham

Would be nice if you could Control btdf settings from EnvironmentSettings.xml like bellow <SkipIISReset>True</SkipIISReset> <SkipHostInstancesRestart>$(SkipHostRestart)</SkipHostInstancesRestart> </PropertyGroup> <PropertyGroup>

fernandodsanjos avatar Feb 24 '19 21:02 fernandodsanjos