PowerToys/.pipelines/ci/ci.yml
Enrico Giordani bc0495fe79
Update CI pipeline
update Visual Studio version to 16
move CI pipeline to .pipelines folder
2019-09-09 15:13:21 +02:00

25 lines
351 B
YAML

trigger:
batch: true
branches:
include:
- master
paths:
exclude:
- doc/*
- temp/*
- tools/*
pr:
branches:
include:
- master
# 0.0.yyMM.dd##
# 0.0.1904.0900
name: 0.0.$(Date:yyMM).$(Date:dd)$(Rev:rr)
jobs:
- template: ./templates/build-powertoys-ci.yml
parameters:
platform: x64