In this video, we take a looking at Azure DevOps Build Pipelines or CI Pipeline. The project used in this example is fairly complex which in turn makes the Build Pipeline, complex, so you get a good understanding of a lot of the Azure DevOps Build pipelines and the features offered.
The build Pipeline developed in this video:
1. Restore NuGets,
2. Builds the Solutions
3. installs a SQ LLocalDB database, creates an instance, generates the schema and seeds the database,
4. Runs tests
5. Generates the unit test report
6. Generates Code Coverage reports
7. Produces artifacts that will eventually be deployed using the Release Pipeline.
The YAML file for the Build Pipleline discussed in this video can be found here:
https://gist.github.com/matlus/904d59...