Skip to content

Commit 8b914ed

Browse files
committed
chore(template): sync with dailydevops/dotnet-template [skip ci]
1 parent 20df11a commit 8b914ed

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

nuget.config

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,13 @@
55
<config>
66
<!--<add key="defaultPushSource" value="https://contoso.com/packages/" />-->
77
</config>
8-
98
<!-- Define the package sources, nuget.org and contoso.com. -->
109
<!-- `clear` ensures no additional sources are inherited from another config file. -->
1110
<packageSources>
1211
<clear />
1312
<!-- `key` can be any identifier for your source. -->
1413
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
1514
</packageSources>
16-
1715
<!-- Define mappings by adding package patterns beneath the target source. -->
1816
<!-- Contoso.* packages and NuGet.Common will be restored from contoso.com, everything else from nuget.org. -->
1917
<packageSourceMapping>

0 commit comments

Comments
 (0)