Skip to content

Commit 45b9b67

Browse files
New pipeline yml
1 parent 03f2290 commit 45b9b67

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
trigger: none
2+
pr: none
3+
4+
variables:
5+
- template: /eng/common/templates/variables/pool-providers.yml@self
6+
7+
- name: skipComponentGovernanceDetection # we run CG on internal builds only
8+
value: true
9+
10+
- name: Codeql.Enabled # we run CodeQL on internal builds only
11+
value: false
12+
13+
resources:
14+
repositories:
15+
- repository: vmr
16+
type: github
17+
name: dotnet/dotnet
18+
endpoint: dotnet
19+
20+
stages:
21+
- template: /eng/pipelines/templates/stages/vmr-build.yml@vmr
22+
parameters:
23+
isBuiltFromVmr: false
24+
verifications: [ "source-build-stage1" ]
25+
scope: lite

0 commit comments

Comments
 (0)