Skip to content

Latest commit

 

History

History
26 lines (13 loc) · 908 Bytes

README.md

File metadata and controls

26 lines (13 loc) · 908 Bytes

azure-devops-templates

Contains library of Azure DevOps yaml templates

Build status

Build Status

Usage

Building Angular & .Net Core solution

Copy Example\azure-pipelines.yml in the root of the github repository together with applications source code

Make sure to select the appropriate solution type angularDotNetCore or dotNetCore in azure-pipelines.yml file.

AAD Application registration

Use jobs\aadAppRegistration.yml to register AAD app, set Resource Access, set reply URLs and and provision Web App

Linting Yaml

  • run npm install at the root directory
  • then execute the command $(npm bin)/yamllint azure-pipelines.yml