In your script, add /useenv as an argument to devenv.exe. e.g.: instead of "devenv.exe proj.sln", you want to issue "devenv /useenv proj.sln".
-Kelly On Tuesday, February 17, 2015 at 5:32:29 AM UTC-6, Anitha Kabil Raj wrote: > > Hello Group, > I have recently started using Jenkins for automating builds. I tried using > MSBUILD plugin for building VC++ project using devnev.exe. I couldn't use > it as the quotes around the configuration I was trying to build, > "Release|Win32" was getting stripped. Is there any update available on this > issue, or any workaround on same? > Now running devenev.exe from batch script. Here I see that the INCLUDE > environment variable that I set is not getting picked by the project while > build, hence the build fails. It is failing to include files from Windows > DDK path, even after providing the path in INCLUDE variable. Anyone in > group faced similar issue. > Since none of the these methods worked, I'm stuck and not able to proceed > further. > Thanks in advance for the help, > Anitha > -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/c7a7258d-c128-4833-a651-b52632298232%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
