Skip to content

Commit 684a774

Browse files
authored
Add CI feed to NuGet.config
1 parent 3058c05 commit 684a774

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

NuGet.config

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1-
<?xml version="1.0" encoding="utf-8"?>
1+
<?xml version="1.0" encoding="utf-8"?>
22
<configuration>
33
<packageSources>
4+
<add key="AspNetCore" value="https://dotnet.myget.org/F/aspnetcore-ci-dev/api/v3/index.json" />
45
<add key="AspNetCoreTools" value="https://dotnet.myget.org/F/aspnetcore-tools/api/v3/index.json" />
56
<add key="NuGet" value="https://api.nuget.org/v3/index.json" />
67
</packageSources>
7-
</configuration>
8+
</configuration>

0 commit comments

Comments
 (0)