Hi,
You can use dynamic values for getting user input during build. This
input can be a label and you can use them to get the labelled code.
<buildArgs>/p:Label=labelname</buildArgs>
<dynamicValues>
<replacementValue property="buildArgs">
<format>/p:Label={0}</format>
<parameters>
<namedValue name="Label" value="default label"/>
</parameters>
</replacementValue>
</dynamicValues>
Regards,
Vijay M
On Feb 12, 6:26 am, krish <[email protected]> wrote:
> Hi,
>
> I wanted to get specific lable code from VSS which is already labled.
> How to configure this in Sourcecontrol block. I don't want get latest
> files from VSS always.
>
> I am not sure whether above operation is possible or not, if yes, can
> you help me out how to do this.
>
> Thanks