-
-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-authored-by: José Simões <[email protected]>
- Loading branch information
1 parent
eb4c259
commit 8a1dca0
Showing
3 changed files
with
91 additions
and
37 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,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 | ||
- CHANGELOG.md | ||
- LICENSE.md | ||
- README.md | ||
- NuGet.Config | ||
- 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.Json | ||
AZURE_DEVOPS_PIPELINE_ID: 59 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters