CC.NET File merge task and dynamic values

Posted by ccnet on Stack Overflow See other posts from Stack Overflow or by ccnet
Published on 2010-12-31T10:46:13Z Indexed on 2010/12/31 10:54 UTC
Read the original article Hit count: 162

How can I use CCNetLabel in the file merge task? From what I have found I have to use dynamicValues. I have somethink like this and it is not working any help?

<publishers>
  <merge>
    <dynamicValues>
      <replacementValue property="files">
        <format>D:\Testoutput\{0}\*.xml</format>
        <parameters>
          <namedValue name="$CCNetLabel" value="Default" />
        </parameters>
      </replacementValue>
    </dynamicValues>
  </merge>
  <xmllogger />
  <modificationHistory onlyLogWhenChangesFound="true" />
  <statistics />
</publishers>

© Stack Overflow or respective owner

Related posts about cruisecontrol.net

Related posts about ccnet-config