Skip to content
This repository has been archived by the owner on Nov 25, 2021. It is now read-only.

Latest commit

 

History

History
26 lines (22 loc) · 1.27 KB

DotNet-FunctionApp-CI.md

File metadata and controls

26 lines (22 loc) · 1.27 KB

Here is one example to Build a .NET method to be deployed as an Azure Function App via VSTS. You could adapt it with your own context, needs and constraints.

Build Overview

Let's create a new YAML build definition.

For now, the graphical representation of the tasks doesn't exist with the YAML definition. If you would like you could manually reproduce the tasks defined in this file via the UI editor.

  • Repository
    • Repository Type = GitHub
    • Connection = set appropriate
    • Repository = mathieu-benoit/dot-net-on-azure-function-app
    • Default branch = master
  • Process - Build process
  • Triggers
    • Continuous Integration = Enabled
      • Choose the correct repository
      • Branch Filters
        • Type = Include ; Branch specification = master
  • Options - For now, not available with the YAML build definition.
    • Create work item on failure = Enabled
      • Type = Bug
      • Assign to requestor = true