Skip to content

Commit 820c384

Browse files
committed
TD-6114 Tighter patterns due to packages duplicated across feeds
1 parent d6a5324 commit 820c384

File tree

2 files changed

+22
-4
lines changed

2 files changed

+22
-4
lines changed

nuget.config.cicd

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,20 @@
3333
<packageSourceMapping>
3434
<packageSource key="TELGitNugetFeed">
3535
<package pattern="TELBlazor.*" />
36-
<package pattern="*" />
36+
<package pattern="NHSETELViewComponents" />
37+
<!-- Best practice to only apply all to one source but we may want to enable it for convenience (and we do duplicate some packages across both sources) -->
38+
<!-- <package pattern="*" /> -->
3739
</packageSource>
3840

3941
<packageSource key="TELAzureLearningHubNugetFeed">
40-
<package pattern="LearningHub.*" />
42+
<package pattern="LearningHub.Nhs.*" />
43+
<package pattern="elfhHub.Nhs.*" />
44+
<package pattern="GDS.MultiPageFormData" />
45+
<package pattern="NHSUKSearchSortFilterPaginate" />
46+
<package pattern="NHSUKViewComponents.Web" />
47+
<package pattern="UK.NHS.CookieBanner*" />
48+
<!-- Best practice to only apply all to one source but we may want to enable it for convenience (and we do duplicate some packages across both sources) -->
49+
<!-- <package pattern="*" /> -->
4150
</packageSource>
4251

4352
<!--Check official nuget last-->

nuget.config.template

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,20 @@
3535
<packageSourceMapping>
3636
<packageSource key="TELGitNugetFeed">
3737
<package pattern="TELBlazor.*" />
38-
<package pattern="*" />
38+
<package pattern="NHSETELViewComponents" />
39+
<!-- Best practice to only apply all to one source but we may want to enable it for convenience (and we do duplicate some packages across both sources) -->
40+
<!-- <package pattern="*" /> -->
3941
</packageSource>
4042

4143
<packageSource key="TELAzureLearningHubNugetFeed">
42-
<package pattern="LearningHub.*" />
44+
<package pattern="LearningHub.Nhs.*" />
45+
<package pattern="elfhHub.Nhs.*" />
46+
<package pattern="GDS.MultiPageFormData" />
47+
<package pattern="NHSUKSearchSortFilterPaginate" />
48+
<package pattern="NHSUKViewComponents.Web" />
49+
<package pattern="UK.NHS.CookieBanner*" />
50+
<!-- Best practice to only apply all to one source but we may want to enable it for convenience (and we do duplicate some packages across both sources) -->
51+
<!-- <package pattern="*" /> -->
4352
</packageSource>
4453

4554
<!--Check official nuget last-->

0 commit comments

Comments
 (0)