From the course: Bamboo Essential Training (2018)

Unlock this course with a free trial

Join today to access over 22,600 courses taught by industry experts.

Add jobs and tasks to your plan

Add jobs and tasks to your plan - Bamboo Tutorial

From the course: Bamboo Essential Training (2018)

Add jobs and tasks to your plan

- [Instructor] So now we want to compile our accounting application, which is an ASP.NET application. The first thing we need to do in order to compile a .NET application, and specifically ASP.NET MVC, applications is to restore then you will get packages. If you don't know what a NuGet package is in .NET, if we use third party libraries we won't check in the DLL files back into the source control system. Instead, if we go now to the accounting folder, the project folder, not the test, project folder, you will see that there is a packages.config file in here and it has the least of all third party libraries that we have used in here. So what we do is that we restore these DLL files from the NuGet repository. Normally on NuGet.org and then three compile the code. Without restoring these packages, it's impossible to compile this code. So that's what we want to do first in Bamboo, by adding a task to this job. Before we do that, let me just show you something. So if we go to our agents…

Contents