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
<!--Use local package first if not found use remote-->
29
+
<!--<packageSource key="TELLocalNugetFeed">
30
+
<package pattern="*" />
31
+
</packageSource>-->
32
+
33
+
<packageSourceMapping>
34
+
<packageSourcekey="TELGitNugetFeed">
35
+
<packagepattern="TELBlazor.*" />
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) -->
<!--Use local package first if not found use remote-->
31
+
<!--<packageSource key="TELLocalNugetFeed">
32
+
<package pattern="*" />
33
+
</packageSource>-->
34
+
35
+
<packageSourceMapping>
36
+
<packageSourcekey="TELGitNugetFeed">
37
+
<packagepattern="TELBlazor.*" />
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