@googlegroups.com
[mailto:jenkinsci-users@googlegroups.com] On Behalf Of Anitha Kabil Raj
Sent: Wednesday, February 18, 2015 12:13 AM
To: jenkinsci-users@googlegroups.com
Subject: Re: Build using devenv.exe from Jenkins
Thanks for the suggestion. I tried using msbuild now. But there is there a way
to get
Thanks much Kelly.
It worked.
On Tuesday, 17 February 2015 18:02:47 UTC+5:30, kfhickel wrote:
> 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:3
is what my steps look like:
>
>
>
>
>
> *From:* jenkins...@googlegroups.com [mailto:
> jenkins...@googlegroups.com ] *On Behalf Of *kfhickel
> *Sent:* Tuesday, February 17, 2015 7:33 AM
> *To:* jenkins...@googlegroups.com
> *Subject:* Re: Build using devenv.exe
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 re
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 automatin
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 o