Please see http://msdn.microsoft.com/en-us/library/b20w810z(v=vs.80).aspx

On Mon, Aug 20, 2012 at 8:35 AM, nietzsche44 <[email protected]> wrote:
> 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]> 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



-- 
Website: http://earl-of-code.com

Reply via email to