mirror of
https://github.com/microsoft/PowerToys.git
synced 2024-12-03 03:19:08 +08:00
13750188fd
* [ARM64]Build pipelines * Fix localization in pipelines (no arm64 al.exe) * Use lowercase arm64 for CI * Build installer to arm64 folder and arm64 name * Don't run arm64 tests, as there's no agent for it * Fix pipeline conditions * Divide symbol files by platform
30 lines
464 B
YAML
30 lines
464 B
YAML
trigger:
|
|
batch: true
|
|
branches:
|
|
include:
|
|
- main
|
|
- stable
|
|
paths:
|
|
exclude:
|
|
- doc/*
|
|
- temp/*
|
|
- tools/*
|
|
|
|
pr:
|
|
branches:
|
|
include:
|
|
- main
|
|
- stable
|
|
|
|
# 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
|
|
- template: ./templates/build-powertoys-ci.yml
|
|
parameters:
|
|
platform: arm64
|