File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77 include :
88 - src/*
99
10+ variables :
11+ - template : variables/common.yml
12+
1013resources :
1114 repositories :
1215 - repository : VersionsRepo
@@ -15,9 +18,6 @@ resources:
1518 name : dotnet/versions
1619 ref : ${{ variables['gitHubVersionsRepoInfo.branch'] }}
1720
18- variables :
19- - template : variables/common.yml
20-
2121stages :
2222- template : stages/build-test-publish-repo.yml
2323 parameters :
Original file line number Diff line number Diff line change @@ -30,14 +30,6 @@ schedules:
3030 - main
3131 always : true
3232
33- resources :
34- repositories :
35- - repository : VersionsRepo
36- type : github
37- endpoint : public
38- name : dotnet/versions
39- ref : ${{ variables['gitHubVersionsRepoInfo.branch'] }}
40-
4133variables :
4234- template : /eng/pipelines/variables/common.yml@self
4335 parameters :
@@ -46,6 +38,14 @@ variables:
4638- name : publishEolAnnotations
4739 value : true
4840
41+ resources :
42+ repositories :
43+ - repository : VersionsRepo
44+ type : github
45+ endpoint : public
46+ name : dotnet/versions
47+ ref : ${{ variables['gitHubVersionsRepoInfo.branch'] }}
48+
4949extends :
5050 template : /eng/common/templates/1es-official.yml@self
5151 parameters :
Original file line number Diff line number Diff line change 1111 - CODEOWNERS
1212 - LICENSE
1313
14- resources :
15- repositories :
16- - repository : VersionsRepo
17- type : github
18- endpoint : public
19- name : dotnet/versions
20- ref : ${{ variables['gitHubVersionsRepoInfo.branch'] }}
21-
2214variables :
2315- template : /eng/pipelines/variables/common.yml@self
2416- name : imageBuilder.pathArgs
@@ -28,6 +20,14 @@ variables:
2820- name : trimCachedImagesForMatrix
2921 value : false
3022
23+ resources :
24+ repositories :
25+ - repository : VersionsRepo
26+ type : github
27+ endpoint : public
28+ name : dotnet/versions
29+ ref : ${{ variables['gitHubVersionsRepoInfo.branch'] }}
30+
3131stages :
3232- template : /eng/pipelines/stages/build-test-publish-repo.yml@self
3333 parameters :
You can’t perform that action at this time.
0 commit comments