Skip to content

Commit

Permalink
Configuration for keyvault in unified pipelines. (Azure#8274)
Browse files Browse the repository at this point in the history
* Configuration for keyvault in unified pipelines.

* Fixing versions and removing shared project.

* Address versioning and nits.
  • Loading branch information
mitchdenny authored Oct 24, 2019
1 parent 298477f commit 23b2b5e
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 19 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<Description>This is the Microsoft Azure Key Vault Certificates client library</Description>
<AssemblyTitle>Microsoft Azure.Security.KeyVault.Certificates client library</AssemblyTitle>
<VersionPrefix>4.0.0</VersionPrefix>
<Version>4.0.0-preview.6</Version>
<PackageTags>Microsoft Azure Key Vault Certificates</PackageTags>
<PackageReleaseNotes>
<![CDATA[
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<Description>This is the Microsoft Azure Key Vault Keys client library</Description>
<AssemblyTitle>Microsoft Azure.Security.KeyVault.Keys client library</AssemblyTitle>
<VersionPrefix>4.0.0</VersionPrefix>
<Version>4.0.0-preview.6</Version>
<PackageTags>Microsoft Azure Key Vault Keys</PackageTags>
<PackageReleaseNotes>
<![CDATA[
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<Description>This is the Microsoft Azure Key Vault Secrets client library</Description>
<AssemblyTitle>Microsoft Azure.Security.KeyVault.Secrets client library</AssemblyTitle>
<VersionPrefix>4.0.0</VersionPrefix>
<Version>4.0.0-preview.6</Version>
<PackageTags>Microsoft Azure Key Vault Secrets</PackageTags>
<PackageReleaseNotes>
<![CDATA[
Expand Down
41 changes: 25 additions & 16 deletions sdk/keyvault/ci.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,23 @@
# DO NOT EDIT THIS FILE
# This file is generated automatically and any changes will be lost.

schedules:
- cron: "0 0 * * *"
displayName: Scheduled
branches:
include:
- refs/heads/master
always: true
resources:
repositories:
- repository: azure-sdk-tools
type: github
name: Azure/azure-sdk-tools
endpoint: azure
- repository: azure-sdk-build-tools
type: git
name: internal/azure-sdk-build-tools

trigger:
branches:
include:
- master
- feature/*
- hotfix/*
- release/*
paths:
include:
- sdk/keyvault/
Expand All @@ -21,18 +26,22 @@ pr:
branches:
include:
- master
- feature/*
- hotfix/*
- release/*
paths:
include:
- sdk/keyvault/

resources:
repositories:
- repository: azure-sdk-tools
type: github
name: Azure/azure-sdk-tools
endpoint: azure

jobs:
- template: ../../eng/pipelines/templates/jobs/archetype-sdk-client.yml
stages:
- template: ../../eng/pipelines/templates/stages/archetype-sdk-client.yml
parameters:
ServiceDirectory: keyvault
ArtifactName: packages
Artifacts:
- name: Azure.Security.KeyVault.Certificates
safeName: AzureSecurityKeyVaultCertificates
- name: Azure.Security.KeyVault.Keys
safeName: AzureSecurityKeyVaultKeys
- name: Azure.Security.KeyVault.Secrets
safeName: AzureSecurityKeyVaultSecrets

0 comments on commit 23b2b5e

Please sign in to comment.