|
From: Linda H. <li...@si...> - 2006-10-18 00:28:40
|
Hi,
If I want to copy all the files from C:\SourceDir to \\NetWorkDrive\DestDir
<file:///\\NetWorkDrive\DestDir> , I can use the following settings in my
configuration file. However, if I only want to copy some specified files,
not all the files, what should I do? Thanks.
<buildpublisher>
<sourceDir>C:\SourceDir</sourceDir>
<publishDir>\\NetWorkDrive\DestDir</publishDir>
</buildpublisher>
|