* All eng/ folder changes necessary to enable 1es-templates for the azure-sdk-for-cpp * Includes updates to all ci.yml files to reflect new syntax requirements from 1es-template changes to archetype-sdk-client
34 lines
673 B
YAML
34 lines
673 B
YAML
# NOTE: Please refer to https://aka.ms/azsdk/engsys/ci-yaml before editing this file.
|
|
trigger:
|
|
batch: true
|
|
branches:
|
|
include:
|
|
- main
|
|
- feature/*
|
|
- release/*
|
|
- hotfix/*
|
|
paths:
|
|
include:
|
|
- sdk/template
|
|
|
|
pr:
|
|
branches:
|
|
include:
|
|
- main
|
|
- feature/*
|
|
- release/*
|
|
- hotfix/*
|
|
paths:
|
|
include:
|
|
- sdk/template
|
|
|
|
extends:
|
|
template: ../../eng/pipelines/templates/stages/archetype-sdk-client.yml
|
|
parameters:
|
|
ServiceDirectory: template
|
|
CtestRegex: azure-template
|
|
Artifacts:
|
|
- Name: azure-template
|
|
Path: azure-template
|
|
VcpkgPortName: azure-template-cpp
|