In this section we'll go through the pre-requisites for this recipe:
- Extend the MyModernWebApp solution by adding two new projects of type (.NET Standard) console application and calling the first one ExecutionEngine.Service and the other one MessagingEngine.Service.
- Commit the changes and sync them up to the origin/master in the MyModernWebApp Git repository:

- In the build view, click the + New button to create a new build pipeline using the .NET Desktop pre-canned template.
- Choose the default agent queue, name the build definition modern.app.framework, and queue a new build using this definition.
When the build completes, ...