2023-11-14 10:26:05 -05:00
|
|
|
# yaml-language-server: $schema=https://raw.githubusercontent.com/microsoft/azure-pipelines-vscode/main/service-schema.json
|
2019-09-04 18:26:26 +02:00
|
|
|
trigger:
|
|
|
|
|
batch: true
|
|
|
|
|
branches:
|
|
|
|
|
include:
|
2021-11-01 12:21:47 -05:00
|
|
|
- main
|
2020-11-19 14:08:11 +05:30
|
|
|
- stable
|
2019-09-04 18:26:26 +02:00
|
|
|
paths:
|
|
|
|
|
exclude:
|
|
|
|
|
- doc/*
|
|
|
|
|
- temp/*
|
|
|
|
|
- tools/*
|
2023-11-14 10:26:05 -05:00
|
|
|
- '**.md'
|
2019-09-04 18:26:26 +02:00
|
|
|
|
|
|
|
|
pr:
|
|
|
|
|
branches:
|
|
|
|
|
include:
|
2021-11-01 12:21:47 -05:00
|
|
|
- main
|
2020-11-19 14:08:11 +05:30
|
|
|
- stable
|
2023-11-14 10:26:05 -05:00
|
|
|
paths:
|
|
|
|
|
exclude:
|
|
|
|
|
- '**.md'
|
|
|
|
|
- doc
|
|
|
|
|
|
2019-09-04 18:26:26 +02:00
|
|
|
# 0.0.yyMM.dd##
|
|
|
|
|
# 0.0.1904.0900
|
|
|
|
|
name: 0.0.$(Date:yyMM).$(Date:dd)$(Rev:rr)
|
|
|
|
|
|
2024-04-25 07:47:12 -07:00
|
|
|
variables:
|
|
|
|
|
EnablePipelineCache: true
|
|
|
|
|
|
2019-09-04 18:26:26 +02:00
|
|
|
jobs:
|
2023-11-14 10:26:05 -05:00
|
|
|
- template: ./templates/build-powertoys-precheck.yml
|
2019-09-04 18:26:26 +02:00
|
|
|
- template: ./templates/build-powertoys-ci.yml
|
|
|
|
|
parameters:
|
2024-04-25 07:47:12 -07:00
|
|
|
platform: x64
|
2024-04-30 10:21:54 -07:00
|
|
|
${{ if eq(variables['System.PullRequest.IsFork'], 'False') }}:
|
|
|
|
|
enableCaching: true
|
2022-05-19 14:02:08 +01:00
|
|
|
- template: ./templates/build-powertoys-ci.yml
|
|
|
|
|
parameters:
|
2024-03-22 13:10:10 +01:00
|
|
|
platform: arm64
|
2024-04-30 10:21:54 -07:00
|
|
|
${{ if eq(variables['System.PullRequest.IsFork'], 'False') }}:
|
|
|
|
|
enableCaching: true
|
2024-07-09 17:44:55 -07:00
|
|
|
# - template: ./templates/run-ui-tests-ci.yml
|
|
|
|
|
# parameters:
|
|
|
|
|
# platform: x64
|