Hi slide, Thanks for the answer. I am not sure about what you mean using devenv to build, as far as I know, using devenv in a command line opens the project/solution in a visual studio window.
Thank you very much On Monday, August 20, 2012 4:58:34 PM UTC+2, slide wrote: > > 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]<javascript:>> > 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 >
