Skip to content
This repository has been archived by the owner on Jan 24, 2023. It is now read-only.

Commit

Permalink
Update linux-pr-validation.yaml for Azure Pipelines (#90)
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaronontheweb authored Mar 7, 2019
1 parent 64d206c commit 6d9ed45
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions build-system/linux-pr-validation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,10 @@
# See https://docs.microsoft.com/en-us/azure/devops/pipelines/yaml-schema for reference

pool:
vmImage: Hosted Ubuntu 1604

variables:
vmImage: ubuntu-16.04

pr:
autoCancel: boolean # indicates whether additional pushes to a PR should cancel in-progress runs for the same PR. Defaults to true
autoCancel: true # indicates whether additional pushes to a PR should cancel in-progress runs for the same PR. Defaults to true
branches:
include: [ dev, master ] # branch names which will trigger a build

Expand Down

0 comments on commit 6d9ed45

Please sign in to comment.