Hi you could use an exec task to copy files to a known location, or you can use the file merge task (with option copy)
http://www.cruisecontrolnet.org/projects/ccnet/wiki/File_Merge_Task something like this : 1<merge> 2 <files> 3 <file> 4 <!-- path to NUnit test file --> 5 </file> 6 <file action="Copy"> 7 <!-- path to NUnit images --> 8 </file> 9 </files>*10*</merge> with kind regards Ruben Willems On 27 June 2014 17:37, Adam Covitch <[email protected]> wrote: > In legacy CruiseControl there is an ArtifactsPublisher that allows a > single file to be published to the web dashboard. This is useful for > distribution of MSI files that are created by the build. How do I set up an > equivalent mechanism in CCNET? > > -- > > --- > You received this message because you are subscribed to the Google Groups > "ccnet-user" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- --- You received this message because you are subscribed to the Google Groups "ccnet-user" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
