Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -98,4 +98,3 @@ git-clean-all:
@echo "Done"

SUBDIRS += tests

26 changes: 18 additions & 8 deletions tools/devops/automation/run-pr-api-diff.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,25 @@
# Pipeline that will calculate the api diff on a pr commit.

trigger: none
pr: none

resources:
pipelines:
- pipeline: macios
source: \Xamarin\Mac-iOS\pr pipelines\xamarin-macios-pr
trigger:
stages:
- configure_build
pr:
autoCancel: true
branches:
include:
- '*' # yes, you do need the quote, * has meaning in yamls
paths:
exclude:
- .github
- docs
- CODEOWNERS
- ISSUE_TEMPLATE.md
- LICENSE
- NOTICE.txt
- SECURITY.MD
- README.md
- src/README.md
- tools/mtouch/README.md
- msbuild/Xamarin.Localization.MSBuild/README.md

extends:
template: templates/pipelines/api-diff-pipeline.yml
Expand Down
Loading