* 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.
24 lines
408 B
YAML
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
|