Hi, 

I am using Jenkins to build a C# project that includes a postbuild event 
that copies a file using a relative path: 

copy $(TargetPath) $(SolutionDir)..\CustomFolder\ 

But the copy fails because of the relative path ..\ 
I've made some tests executing a simple Windows batch command using 
relative path to copy a file, for example, and it doesn't work either. 

Could you give me a hint to solve this?? 

Thanx 

Reply via email to