You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: nuget.config.cicd
+11-2Lines changed: 11 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -33,11 +33,20 @@
33
33
<packageSourceMapping>
34
34
<packageSourcekey="TELGitNugetFeed">
35
35
<packagepattern="TELBlazor.*" />
36
-
<packagepattern="*" />
36
+
<packagepattern="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) -->
<!-- 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) -->
Copy file name to clipboardExpand all lines: nuget.config.template
+11-2Lines changed: 11 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -35,11 +35,20 @@
35
35
<packageSourceMapping>
36
36
<packageSourcekey="TELGitNugetFeed">
37
37
<packagepattern="TELBlazor.*" />
38
-
<packagepattern="*" />
38
+
<packagepattern="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) -->
<!-- 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) -->
0 commit comments