Infrastructure as code with Azure DevOps - Part 3: Creating a build pipeline
A build pipeline is typically used during software development to “build” the application from source code. In basic terms, this means taking the source code, running it through a compiler and producing an artifact. For example, if you take some C# source code and run it through the .NET compiler,