Browse Source

Fixed indentation

pull/1259/head
Tim McCarthy 5 years ago
parent
commit
f4db27deba
1 changed files with 9 additions and 9 deletions
  1. +9
    -9
      build/aro/azure-devops/catalog-api/azure-pipelines.yml

+ 9
- 9
build/aro/azure-devops/catalog-api/azure-pipelines.yml View File

@ -1,15 +1,15 @@
name: 'Catalog-API-Build' name: 'Catalog-API-Build'
variables: variables:
ProjectName: Catalog.API 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: jobs:
- template: ../webapp-build.yml - template: ../webapp-build.yml
parameters: parameters:


Loading…
Cancel
Save