What happens if you build using devenv.exe instead of msbuild.exe? Thanks,
slide On Mon, Aug 20, 2012 at 7:27 AM, nietzsche44 <[email protected]> wrote: > 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 -- Website: http://earl-of-code.com
