Open
Description
Hello,
It seems that release configuration variables in TFS 2015 only get their values replaced with "Inline JSON" transformation type. When using "JSON File", transformations do happen, but the values are not being replaced. The result web.config ends up having records like the one below.
<add key="Release" value="$(Release.ReleaseName)" />
Is that something can be fixed?
Thank you,
Anton
PS. Keep up the good work.