How would you build it from the command line? Figure that out and then that's how you build it in Jenkins as well.
On Wed, May 8, 2019 at 10:37 AM sudheer k <[email protected]> wrote: > Rich, > > I know how to build the C# applications because they have mentioned very > clear in the jenkins documentation, but here I want to build the VC++ > (Visual C++) i.e .vcxproj file > > On Wednesday, May 8, 2019 at 1:45:21 PM UTC, Rich Stephens wrote: >> >> Sudheer, >> >> It's pretty straightforward. On the "Plugin Manager" page, look for >> "MSBuild Plugin". That one can call MSBuild (part of Visual Studio) to >> build .proj and .sln files. >> >> If you click on the name of the plugin, it takes you to the plugin home >> page, which has some more information about configuring the plugin to point >> to your installation of MSBuild. >> >> This is all, of course, assuming you are running Jenkins on Windows and >> have whatever version of Visual Studio you normally use to build the >> project installed on the same machine that you have Jenkins on. >> >> Rich >> >> On Wednesday, May 8, 2019 at 9:18:40 AM UTC-4, sudheer k wrote: >>> >>> Hi Team, >>> >>> I want to build the VC++ applications by using jenkins, can you tell me >>> weather it is possible to build those applications using jenkins. >>> because i haven't find any plugins or resources to build the VC++ >>> application. >>> >> -- > 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/d6d111cb-4591-4cca-93b8-3bfd6bc5c30f%40googlegroups.com > <https://groups.google.com/d/msgid/jenkinsci-users/d6d111cb-4591-4cca-93b8-3bfd6bc5c30f%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- Website: http://earl-of-code.com -- 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/CAPiUgVe4TibE66PP1zHPSyQQmmZydqgwMA8F5PpW6QJJ16jkgg%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
