forked from dotnet/dotnet-buildtools-prereqs-docker
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcommon.yml
More file actions
41 lines (40 loc) · 1.21 KB
/
Copy pathcommon.yml
File metadata and controls
41 lines (40 loc) · 1.21 KB
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
parameters:
- name: disableMatrixTrimming
type: boolean
default: false
# sourceBuildPipelineRunId should be overridden when skipping a build to run
# tests or publish images that were produced in a different pipeline run.
- name: sourceBuildPipelineRunId
type: string
default: ""
variables:
- template: /eng/common/templates/variables/dotnet/build-test-publish.yml@self
parameters:
sourceBuildPipelineRunId: ${{ parameters.sourceBuildPipelineRunId }}
- name: officialBranches
# comma-delimited list of branch names
value: main
- name: manifest
value: manifest.json
- name: dotnetVersion
value: '*'
- name: osVariant
value: ''
- name: publishReadme
value: false
- name: imageBuilderBuildArgs
value: ''
- name: publicGitRepoUri
value: https://github.com/dotnet/dotnet-buildtools-prereqs-docker
- name: publicSourceBranch
value: main
- name: ingestKustoImageInfo
value: false
- name: testScriptPath
value: ""
- ${{ if not(parameters.disableMatrixTrimming) }}:
- name: trimCachedImagesForMatrix
value: true
- ${{ if eq(variables['System.TeamProject'], 'internal') }}:
- name: build.imageBuilderDockerRunExtraOptions
value: -e DOCKER_REPO=$(acr.server)/$(stagingRepoPrefix)dotnet-buildtools/prereqs