2019-08-02 19:09:56 +03:00
|
|
|
trigger:
|
|
|
|
- master
|
2019-08-06 18:45:43 +03:00
|
|
|
- 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:
|
2019-08-30 17:24:00 +03:00
|
|
|
timeoutInMinutes: 360
|
2019-08-29 15:27:25 +03:00
|
|
|
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' ]
|