azure-sdk-for-cpp/eng/pipelines/client.yml
Danny Amirault 5dff0dad92
Initial CI pipeline work (#36)
* Replicate C pipeline files to CPP

* Adjust to build CPP

* Remove pipeline pieces copied from C that are not needed for C++ build.

* Remove extraneous debugging step.
2020-03-18 13:32:30 -07:00

24 lines
408 B
YAML

# DO NOT EDIT THIS FILE
# This file is generated automatically and any changes will be lost.
trigger:
branches:
include:
- master
- feature/*
- release/*
- hotfix/*
pr:
branches:
include:
- master
- feature/*
- release/*
- hotfix/*
jobs:
- template: ./templates/jobs/archetype-sdk-client.yml
parameters:
BuildReleaseArtifacts: false