Skip to content

Commit ed55f01

Browse files
Move nuget.config to root folder
1 parent 26b8fda commit ed55f01

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/OptimizelyTestContainers.Tests/nuget.config renamed to nuget.config

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<configuration>
33
<packageSources>
4+
<clear />
45
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
5-
<add key="Optimizely" value="https://api.nuget.optimizely.com/v3/index.json" />
6+
<add key="optimizely" value="https://api.nuget.optimizely.com/v3/index.json" />
67
</packageSources>
78
</configuration>

0 commit comments

Comments
 (0)