Merge pull request #2334 from mikeller/enable_azure_pr_validation

Enabled pull request validation in azure.
10.8-maintenance
Michael Keller 2020-12-16 14:52:35 +01:00 committed by GitHub
commit 7937171806
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 1 deletions

View File

@ -24,12 +24,19 @@ parameters:
default: false
name: $(Date:yyyyMMdd).$(BuildID)
trigger:
batch: true
branches:
include:
- master
pr: none
pr:
drafts: false
branches:
include:
- master
- "*-maintenance"
stages:
- stage: Build