File tree Expand file tree Collapse file tree 4 files changed +16
-4
lines changed Expand file tree Collapse file tree 4 files changed +16
-4
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<configuration >
3
3
<packageSources >
4
+ <clear />
5
+ <!-- Do not add any additional feeds if new packages are needed they need to come from nuget.org or our azure-sdk-for-net DevOps feed -->
4
6
<add key =" local-feed" value =" tools/LocalFeed" />
5
7
<add key =" myget-azure-powershell" value =" https://www.myget.org/F/azure-powershell/api/v3/index.json" />
6
- <add key =" dotnet-core" value =" https://dotnet.myget.org/F/dotnet-core/api/v3/index.json" />
7
8
<add key =" nuget.org" value =" https://api.nuget.org/v3/index.json" />
8
9
</packageSources >
10
+ <disabledPackageSources >
11
+ <clear />
12
+ </disabledPackageSources >
9
13
</configuration >
Original file line number Diff line number Diff line change 3
3
<packageSources >
4
4
<clear />
5
5
<add key =" nuget.org" value =" https://api.nuget.org/v3/index.json" />
6
- <add key =" azure-powershell" value =" https://www.myget.org/F/azure-powershell/api/v3/index.json" />
7
6
</packageSources >
7
+ <disabledPackageSources >
8
+ <clear />
9
+ </disabledPackageSources >
8
10
</configuration >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<configuration >
3
3
<packageSources >
4
+ <clear />
4
5
<add key =" nuget.org" value =" https://api.nuget.org/v3/index.json" />
5
- <add key =" dotnet-core" value =" https://dotnet.myget.org/F/dotnet-core/api/v3/index.json" />
6
6
</packageSources >
7
+ <disabledPackageSources >
8
+ <clear />
9
+ </disabledPackageSources >
7
10
</configuration >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<configuration >
3
3
<packageSources >
4
+ <clear />
4
5
<add key =" nuget.org" value =" https://api.nuget.org/v3/index.json" />
5
- <add key =" dotnet-core" value =" https://dotnet.myget.org/F/dotnet-core/api/v3/index.json" />
6
6
</packageSources >
7
+ <disabledPackageSources >
8
+ <clear />
9
+ </disabledPackageSources >
7
10
</configuration >
You can’t perform that action at this time.
0 commit comments