-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathNuGet.Config
More file actions
24 lines (22 loc) · 1.06 KB
/
NuGet.Config
File metadata and controls
24 lines (22 loc) · 1.06 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageRestore>
<!-- Set it to true to avoid enabling it on every delelopers machine -->
<add key="enabled" value="True" />
</packageRestore>
<config>
<!-- Set single repository for every new solution under this root directory -->
<add key="repositorypath" value=".\packages" />
</config>
<packageSources>
<clear />
<add key="nuget.org" value="https://www.nuget.org/api/v2/" />
<add key="nugetV3.org" value="https://api.nuget.org/v3/index.json" />
<add key="myget/dotnet-core" value="https://dotnet.myget.org/F/dotnet-core/" />
<add key="myget/aspnetcore-dev" value="https://dotnet.myget.org/F/aspnetcore-dev/" />
<add key="myget/aspnetcore-release" value="https://dotnet.myget.org/F/aspnetcore-release/" />
<add key="myget/xunit" value="https://www.myget.org/F/xunit/" />
<add key="internal" value="http://nuget.devexpress.devx/nuget/" />
<add key="Local" value="C:\Users\zinovyev.petr\Documents\DXVisualTestFixer\DXVcs2Git.Nuget" />
</packageSources>
</configuration>