File tree Expand file tree Collapse file tree
common/templates/variables/dotnet Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Common variables for building/testing/publishing in the .NET team's pipelines
2+ parameters :
3+ # sourceBuildId should be overridden when skipping a build to run tests or
4+ # publish images that were produced in a different pipeline run.
5+ # Defaults to $(Build.BuildId) which refers to the current pipeline run.
6+ - name : sourceBuildId
7+ type : string
8+ default : " "
29
310variables :
411- template : /eng/common/templates/variables/dotnet/common.yml@self
12+ parameters :
13+ sourceBuildId : ${{ parameters.sourceBuildId }}
514
615- name : commonVersionsImageInfoPath
716 value : build-info/docker
Original file line number Diff line number Diff line change 1+ parameters :
2+ # sourceBuildId should be overridden when skipping a build to run tests or
3+ # publish images that were produced in a different pipeline run.
4+ # Defaults to $(Build.BuildId) which refers to the current pipeline run.
5+ - name : sourceBuildId
6+ type : string
7+ default : " "
8+
19variables :
210- template : /eng/common/templates/variables/common.yml@self
11+ parameters :
12+ sourceBuildId : ${{ parameters.sourceBuildId }}
13+
314- name : publicProjectName
415 value : public
516- name : internalProjectName
Original file line number Diff line number Diff line change @@ -8,6 +8,8 @@ resources:
88
99variables :
1010- template : /eng/pipelines/variables/core.yml@self
11+ parameters :
12+ sourceBuildId : " $(resources.pipeline.dotnet-docker-release-staging.runID)"
1113# Set pathArgs to empty in order to publish all images
1214- name : imageBuilder.pathArgs
1315 value : " "
Original file line number Diff line number Diff line change 1+ parameters :
2+ # sourceBuildId should be overridden when skipping a build to run tests or
3+ # publish images that were produced in a different pipeline run.
4+ # Defaults to $(Build.BuildId) which refers to the current pipeline run.
5+ - name : sourceBuildId
6+ type : string
7+ default : " "
8+
9+
110variables :
211- template : /eng/common/templates/variables/dotnet/build-test-publish.yml@self
3-
12+ parameters :
13+ sourceBuildId : ${{ parameters.sourceBuildId }}
414- name : manifest
515 value : manifest.json
616- name : publishEolAnnotations
You can’t perform that action at this time.
0 commit comments