All,

I have created an MSBuild Script.  It is all working using the command
line but when I use the same script in CruiseControl.net it is not
working.

Two Issues:

I have a Task that just clears down a folder i am using the <Delete
Files="S:\*.*" /> but for some reason it won't delete any of the
files.

I have also PostBuildEvents that compy the dlls from the target
location the the S: drive but that is not working (copy "$
(TargetPath)"  "S:\$(TargetFileName)").  It is like cruise control
doesn't have any awareness of the S: drive.  Is there somewhere I have
to do custom mappings.

Any ideas on how to solve this?

Reply via email to