Fixed indentation

This commit is contained in:
Tim McCarthy 2020-01-24 23:04:12 -08:00
parent 82ed71dd44
commit f4db27deba

View File

@ -1,15 +1,15 @@
name: 'Catalog-API-Build' name: 'Catalog-API-Build'
variables: variables:
ProjectName: Catalog.API ProjectName: Catalog.API
trigger: trigger:
branches: branches:
include: include:
- master - master
- dev - dev
paths: paths:
include: include:
- src/BuildingBlocks/* - src/BuildingBlocks/*
- src/Services/Catalog/* - src/Services/Catalog/*
jobs: jobs:
- template: ../webapp-build.yml - template: ../webapp-build.yml
parameters: parameters: