Contains library of Azure DevOps yaml templates
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.
Use jobs\aadAppRegistration.yml
to register AAD app, set Resource Access, set reply URLs and and provision Web App
- run
npm install
at the root directory - then execute the command
$(npm bin)/yamllint azure-pipelines.yml