Sudheer,
I'll try (and others on this forum) to answer any Jenkins-related questions
you may have if you post them here.
Rich
--
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, s
Hi Rich,
Thanks, it's worked. please let me know your availability so that we can
have a discussion about the dot net build and deployment automation.
On Thu, May 9, 2019 at 1:18 AM Rich Stephens wrote:
>
> It's exactly the same. You use the MSBuild plugin. I am using it to
> build a C/C++
It's exactly the same. You use the MSBuild plugin. I am using it to build
a C/C++ project (I actually build from the solution file, not the vcxproj
file, but it works either way).
You just specify the project file (.sln or .vcxproj) in the build
configuration, and add any command line arg
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 wrote:
> Rich,
>
> I know how to build the C# applications because they have mentioned very
> clear in the jenkins documentation, but here
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
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
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 Googl