vsts-extension-multivalue-control
vsts-extension-multivalue-control copied to clipboard
value selection disabled
added new multivalue field for 'Environment' but no values are showing up.
i have added following sections to different parts in task WIT xml.
what am i doing wrong? or this never works in TFS 2017???
<FIELD name="Environment" refname="REI.Environment" type="String">
<SUGGESTEDVALUES for="[global]\Project Collection Valid Users" expanditems="true">
<LISTITEM value="Dev" />
<LISTITEM value="Test" />
</SUGGESTEDVALUES>
</FIELD>