forked from microsoft/vscode-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
onebranch.buddy.yml
45 lines (39 loc) · 885 Bytes
/
onebranch.buddy.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
trigger:
batch: true
branches:
include:
- vnext
paths:
exclude:
- .config
- .devcontainer
- .pipelines
- .vscode
pr: none
resources:
repositories:
- repository: templates
type: git
name: OneBranch.Pipelines/GovernedTemplates
ref: refs/heads/main
pipelines:
- pipeline: vscode-website-main
source: vscode-website (buddy)
branch: main
trigger: true
variables:
WindowsContainerImage: 'mcr.microsoft.com/windows/servercore:ltsc2019'
extends:
template: v2/OneBranch.NonOfficial.CrossPlat.yml@templates
parameters:
git:
fetchDepth: 1
lfs: true
retryCount: 3
globalSdl:
credscan:
suppressionsFile: $(Build.SourcesDirectory)\.config\CredScanSuppressions.json
policheck:
break: true
stages:
- template: templates\stages\build-buddy.yml