2019-09-05 00:26:26 +08:00
|
|
|
trigger:
|
|
|
|
batch: true
|
|
|
|
branches:
|
|
|
|
include:
|
2021-11-02 01:21:47 +08:00
|
|
|
- main
|
2020-11-19 16:38:11 +08:00
|
|
|
- stable
|
2019-09-05 00:26:26 +08:00
|
|
|
paths:
|
|
|
|
exclude:
|
|
|
|
- doc/*
|
|
|
|
- temp/*
|
|
|
|
- tools/*
|
|
|
|
|
|
|
|
pr:
|
|
|
|
branches:
|
|
|
|
include:
|
2021-11-02 01:21:47 +08:00
|
|
|
- main
|
2020-11-19 16:38:11 +08:00
|
|
|
- stable
|
2019-09-05 00:26:26 +08:00
|
|
|
|
|
|
|
# 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
|
2022-05-19 21:02:08 +08:00
|
|
|
- template: ./templates/build-powertoys-ci.yml
|
|
|
|
parameters:
|
|
|
|
platform: arm64
|