summaryrefslogtreecommitdiff
path: root/azure-pipelines.yml
blob: 309e6444870456b12a1c2cf445937fa9b66e9142 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
trigger:
  branches:
    include:
      - master
      - staging
      - trying
      - /.+-dev$/
      - /.+-stable$/

jobs:
- job: Windows
  pool:
    vmImage: 'vs2017-win2016'
  variables:
    rgv: v3.0.6
  steps:
  - template: .azure-pipelines/steps.yml
  timeoutInMinutes: 0