Skip to content

Commit e9ecdd5

Browse files
authored
Add release10 configuration to public.yml (#695)
1 parent ff8a179 commit e9ecdd5

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

eng/pipelines/public.yml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,12 @@ resources:
2929
ref: refs/heads/release/9.0.1xx
3030
# https://dev.azure.com/dnceng-public/public/_settings/adminservices?resourceId=690f39b4-7746-42c2-be89-281bd7c78b9e
3131
endpoint: public
32+
- repository: release10
33+
type: github
34+
name: dotnet/workload-versions
35+
ref: refs/heads/release/10
36+
# https://dev.azure.com/dnceng-public/public/_settings/adminservices?resourceId=690f39b4-7746-42c2-be89-281bd7c78b9e
37+
endpoint: public
3238

3339
variables:
3440
- template: /eng/pipelines/templates/variables/workload-public.yml@self
@@ -47,4 +53,8 @@ stages:
4753
- template: /eng/pipelines/templates/stages/workload-public-build.yml@self
4854
parameters:
4955
sourceBranchAlias: release9
50-
engBranchAlias: self
56+
engBranchAlias: self
57+
- template: /eng/pipelines/templates/stages/workload-public-build.yml@self
58+
parameters:
59+
sourceBranchAlias: release10
60+
engBranchAlias: self

0 commit comments

Comments
 (0)