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'
variables:
ProjectName: Catalog.API
trigger:
branches:
include:
- master
- dev
paths:
include:
- src/BuildingBlocks/*
- src/Services/Catalog/*
trigger:
branches:
include:
- master
- dev
paths:
include:
- src/BuildingBlocks/*
- src/Services/Catalog/*
jobs:
- template: ../webapp-build.yml
parameters: