Skip to content

Commit

Permalink
Confidential Ledger CI (#20829)
Browse files Browse the repository at this point in the history
* CI only
  • Loading branch information
christothes authored May 4, 2021
1 parent 4ac1a47 commit 237563e
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions sdk/confidentialledger/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
# NOTE: Please refer to https://aka.ms/azsdk/engsys/ci-yaml before editing this file.
trigger:
branches:
include:
- master
- main
- hotfix/*
- release/*
paths:
include:
- sdk/confidentialledger/

pr:
branches:
include:
- master
- main
- feature/*
- hotfix/*
- release/*
paths:
include:
- common/Perf/
- common/PerfStressShared/
- common/Stress/
- sdk/template/

extends:
template: ../../eng/pipelines/templates/stages/archetype-sdk-client.yml
parameters:
ServiceDirectory: confidentialledger
ArtifactName: packages
Artifacts:
- name: Azure.Storage.ConfidentialLedger
safeName: AzureConfidentialLedger

0 comments on commit 237563e

Please sign in to comment.