Implementing Azure DevOps Solutions
上QQ阅读APP看书,第一时间看更新

Writing a basic YAML pipeline

To get started with YAML builds, there are two things you need to do:

  1. First, you need to write your YAML file.
  2. Then, you need to create a build definition out of it.

So, let's get started.