uno/.vsts-ci.yml

72 строки
1.6 KiB
YAML
Исходник Обычный вид История

2019-11-25 21:44:10 +03:00
trigger:
branches:
include:
- master
- release/beta/*
- release/stable/*
- feature/*
- legacy/*
paths:
include:
- '/'
exclude:
- .dependabot/
- .github/
# don't trigger the CI if only docs files are changed
- doc/*
- '**/*.md'
- '*.md'
- 'build/cSpell.json'
- 'build/.markdownlint.json'
2019-11-25 21:44:10 +03:00
pr:
branches:
include:
- master
- release/beta/*
- release/stable/*
- feature/*
- legacy/*
paths:
include:
- '/'
exclude:
- .dependabot/
- .github/
# don't trigger the CI if only docs files are changed
- doc/*
- '**/*.md'
- '*.md'
- 'build/cSpell.json'
- 'build/.markdownlint.json'
resources:
containers:
- container: nv-bionic-wasm
2020-09-21 21:42:08 +03:00
image: unoplatform/wasm-build:3.0
2023-12-18 19:59:36 +03:00
# Ensures that Chromium has enough room to avoid net::ERR_INSUFFICIENT_RESOURCES errors
options: "--shm-size=2gb"
variables:
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true
2021-12-09 00:38:00 +03:00
windows2019HostedVMImage: 'windows-2019'
windows2022HostedVMImage: 'windows-2022'
2024-05-09 20:25:16 +03:00
windowsScaledPool: 'Windows2022-20240421'
2020-09-21 21:42:08 +03:00
linuxVMImage: 'ubuntu-latest'
2023-09-25 23:19:51 +03:00
linuxScaledPool: 'Ubuntu2204-20230918'
macOSVMImage: 'macOS-14'
macOSVMImage_UITests: 'macOS-14'
xCodeRoot: '/Applications/Xcode_15.4.app'
xCodeRoot_iOS_UITests: '/Applications/Xcode_15.4.app'
2023-09-24 18:18:27 +03:00
# Offline validation to improve build performance
NUGET_CERT_REVOCATION_MODE: offline
# https://github.com/microsoft/azure-pipelines-tasks/issues/11864
#enable_package_cache: true
2022-08-22 17:38:01 +03:00
2023-06-09 20:36:26 +03:00
stages:
- template: build/ci/.azure-devops-stages.yml