I use MSBUILD a lot. This is what my steps look like:

[cid:[email protected]]

From: [email protected] 
[mailto:[email protected]] On Behalf Of kfhickel
Sent: Tuesday, February 17, 2015 7:33 AM
To: [email protected]
Subject: Re: Build using devenv.exe from Jenkins

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]<mailto:[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<https://groups.google.com/d/msgid/jenkinsci-users/c7a7258d-c128-4833-a651-b52632298232%40googlegroups.com?utm_medium=email&utm_source=footer>.
For more options, visit https://groups.google.com/d/optout.

-- 
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/6C6EE445A6F6CE4E8A0FFB51B071A4E26E4F9D85%40AMERMBX02.PERKINELMER.NET.
For more options, visit https://groups.google.com/d/optout.

Reply via email to