2021-12-18 05:06:59 +03:00
|
|
|
trigger:
|
2022-02-15 19:51:46 +03:00
|
|
|
batch: true
|
2021-12-18 05:06:59 +03:00
|
|
|
branches:
|
|
|
|
include:
|
|
|
|
- vnext
|
2022-01-07 03:54:42 +03:00
|
|
|
paths:
|
|
|
|
exclude:
|
|
|
|
- .config
|
|
|
|
- .devcontainer
|
|
|
|
- .pipelines
|
|
|
|
- .vscode
|
2021-12-18 05:06:59 +03:00
|
|
|
pr: none
|
|
|
|
|
|
|
|
resources:
|
|
|
|
repositories:
|
2021-12-20 16:08:23 +03:00
|
|
|
- repository: templates
|
|
|
|
type: git
|
|
|
|
name: OneBranch.Pipelines/GovernedTemplates
|
|
|
|
ref: refs/heads/main
|
2021-12-18 05:06:59 +03:00
|
|
|
|
2021-12-20 23:12:36 +03:00
|
|
|
pipelines:
|
|
|
|
- pipeline: vscode-website-main
|
|
|
|
source: vscode-website (buddy)
|
2023-07-21 01:03:13 +03:00
|
|
|
branch: main
|
|
|
|
trigger: true
|
2021-12-20 23:12:36 +03:00
|
|
|
|
|
|
|
variables:
|
2023-10-06 02:04:36 +03:00
|
|
|
WindowsContainerImage: 'mcr.microsoft.com/windows/servercore:ltsc2019'
|
2021-12-20 23:12:36 +03:00
|
|
|
|
2021-12-18 05:06:59 +03:00
|
|
|
extends:
|
2021-12-20 16:08:23 +03:00
|
|
|
template: v2/OneBranch.NonOfficial.CrossPlat.yml@templates
|
|
|
|
parameters:
|
2021-12-20 16:33:38 +03:00
|
|
|
git:
|
|
|
|
fetchDepth: 1
|
|
|
|
lfs: true
|
|
|
|
retryCount: 3
|
|
|
|
|
2021-12-20 16:08:23 +03:00
|
|
|
globalSdl:
|
|
|
|
credscan:
|
|
|
|
suppressionsFile: $(Build.SourcesDirectory)\.config\CredScanSuppressions.json
|
|
|
|
policheck:
|
|
|
|
break: true
|
|
|
|
|
|
|
|
stages:
|
2021-12-20 23:12:36 +03:00
|
|
|
- template: templates\stages\build-buddy.yml
|