Click here to Skip to main content
15,886,518 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I want two .net projects to be built separately using one solution file in Jenkins.
If I complile them I want the packages to be dropped separately in each project
Kindly help on this
-.net14.0 _msbuild
- execute the build using Windows command in jenkins

What I have tried:

I have tried to compile the project using the solution file
Posted
Updated 17-Oct-19 6:53am

1 solution

You probably need to Install the MSBuild Plugin for Jenkins, read article here: hci-cd-using-jenkins-and-dotnet[^]
Also see: .NET Application Continuous Integration ( CI ) using Jenkins[^]

You might also consider using TeamCity which is considered as better suited for .NET solutions, read review here: Top 8 Continuous Integration Tools - Code Maze[^]
 
Share this answer
 
v3

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900