We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03f2290 commit 45b9b67Copy full SHA for 45b9b67
azure-pipelines/builds/vmr-build-pr.yml
@@ -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