XamarinComponents/azure-pipelines.yml

25 строки
639 B
YAML
Исходник Обычный вид История

2019-08-02 19:09:56 +03:00
trigger:
- master
- refs/tags/*
2019-08-02 19:09:56 +03:00
resources:
repositories:
2019-08-29 15:27:25 +03:00
- repository: internal-templates
2019-08-02 19:09:56 +03:00
type: github
name: xamarin/yaml-templates
endpoint: xamarin
2019-08-29 15:27:25 +03:00
- repository: components
type: github
name: xamarin/XamarinComponents
endpoint: xamarin
2019-08-02 19:09:56 +03:00
jobs:
2019-08-29 15:27:25 +03:00
- template: .ci/build.yml@components
parameters:
buildType: 'manifest'
validPackagePrefixes: [ 'Mono', 'mdoc', 'Masonry', 'SkiaSharp', 'HarfBuzzSharp' ]
2019-08-02 19:09:56 +03:00
- ${{ if eq(variables['System.TeamProject'], 'devdiv') }}:
2019-08-29 15:27:25 +03:00
- template: sign-artifacts/jobs/v1.yml@internal-templates
parameters:
dependsOn: [ 'build' ]