37 lines
720 B
YAML
37 lines
720 B
YAML
trigger:
|
|
branches:
|
|
include:
|
|
- master
|
|
- feature/*
|
|
- release/*
|
|
- hotfix/*
|
|
paths:
|
|
include:
|
|
- eng/
|
|
- CMakeLists.txt
|
|
- sdk/core
|
|
- sdk/storage
|
|
|
|
pr:
|
|
branches:
|
|
include:
|
|
- master
|
|
- feature/*
|
|
- release/*
|
|
- hotfix/*
|
|
paths:
|
|
include:
|
|
- eng/
|
|
- CMakeLists.txt
|
|
- sdk/core/
|
|
- sdk/storage
|
|
|
|
stages:
|
|
- template: ../../eng/pipelines/templates/stages/archetype-sdk-client.yml
|
|
parameters:
|
|
ServiceDirectory: storage
|
|
# TODO: Change to azure-storage once we have an strategy to run livetests or use test recordings
|
|
CtestRegex: azure-core
|
|
Artifacts:
|
|
- Name: azure-storage
|
|
Path: . |