Azure pipelines public project pr pipeline

* Setup for fork push pipeline

* adding CI and PR trigger

* Delete azure-pipelines-build-auto.yml
This commit is contained in:
PraveenKumar yeruva 2022-11-03 12:52:42 +05:30 коммит произвёл GitHub
Родитель 4a78c9f8ca
Коммит f488de36d0
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 7 добавлений и 3 удалений

Просмотреть файл

@ -1,11 +1,15 @@
#Pipeline to run automatically when changes are pushed to master
trigger:
batch: true
branches:
include:
- master
pr:
autoCancel: true
branches:
include:
- master
jobs:
- job: BuildTest