-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathazure-bootstrap.yml
More file actions
42 lines (37 loc) · 928 Bytes
/
azure-bootstrap.yml
File metadata and controls
42 lines (37 loc) · 928 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
# Copyright (c) .NET Foundation and Contributors
# See LICENSE file in the project root for full license information.
trigger:
branches:
include:
- main
- develop
- release-*
paths:
exclude:
- .gitignore
- .editorconfig
- spelling_exclusion.dic
- LICENSE.md
- README.md
- assets/*
- .github/*
# PR always trigger build
pr:
autoCancel: true
# add nf-tools repo to resources (for Azure Pipelines templates)
resources:
repositories:
- repository: templates
type: github
name: nanoframework/nf-tools
endpoint: nanoframework
jobs:
- job: Trigger
displayName: Trigger Azure Dev Ops build and test pipeline
pool:
vmImage: 'ubuntu-latest'
steps:
- template: azure-pipelines-templates/device-bootstrap.yml@templates
parameters:
AZURE_DEVOPS_PROJECT: nanoFramework.MessagePack
AZURE_DEVOPS_PIPELINE_ID: 119