Community Announcements have moved! To stay up to date, please join the new Community Announcements group today. Learn more
×I am writing micro-services in .net core, where there is no solution file, unlike traditional .net applications.
When I set up a Visual Studio builder task, Bamboo expects a solution file to be named. All my micro-services are individual projects in the same repository and are not linked to any solution file.
Also, with plan build being set up for each branch, the project file to be built is not the same.
So, how can I set up a Visual Studio task that runs the project file in that branch?