Skip to content

Commit a8e80a1

Browse files
committed
Restore incorrectly deleted NuGet.config
1 parent f92c538 commit a8e80a1

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

src/NuGet.config

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<configuration>
3+
<config>
4+
<clear />
5+
<add key="globalPackagesFolder" value="$\..\packages" />
6+
<add key="repositoryPath" value="$\..\packages" />
7+
</config>
8+
<disabledPackageSources>
9+
<clear />
10+
</disabledPackageSources>
11+
<packageSources>
12+
<clear />
13+
<!-- For more info, see https://docs.nuget.org/consume/nuget-config-file -->
14+
<!-- DON'T ADD NEW FEEDS TO THIS LIST -->
15+
<!-- Instead set the feed as an upstream of this feed, or push the required nupkg to this feed. -->
16+
<!-- See this page for info on nuget upstream sources: https://docs.microsoft.com/en-us/azure/devops/artifacts/concepts/upstream-sources -->
17+
<add key="WinUI.Dependencies" value="https://pkgs.dev.azure.com/shine-oss/microsoft-ui-xaml/_packaging/WinUI-Dependencies/nuget/v3/index.json" />
18+
<!-- a local directory to allow testing nupkg files without pushing to a remote feed -->
19+
<add key="packagestore" value="packagestore" />
20+
</packageSources>
21+
<activePackageSource>
22+
<add key="All" value="(Aggregate source)" />
23+
</activePackageSource>
24+
</configuration>

0 commit comments

Comments
 (0)