File tree Expand file tree Collapse file tree 3 files changed +13
-2
lines changed
omnisharptest/omnisharpIntegrationTests/testAssets
integrationTests/testAssets
razorIntegrationTests/testAssets Expand file tree Collapse file tree 3 files changed +13
-2
lines changed Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
+ <!-- NuGet config for integration test projects. Guards against a higher level NuGet.config from removing a required package source. -->
3
+ <configuration >
4
+ <packageSources >
5
+ <clear />
6
+ <add key =" dotnet-public" value =" https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json" />
7
+ </packageSources >
8
+ <disabledPackageSources >
9
+ <clear />
10
+ </disabledPackageSources >
11
+ </configuration >
Original file line number Diff line number Diff line change 3
3
<configuration >
4
4
<packageSources >
5
5
<clear />
6
- <add key =" nuget.org " value =" https://api.nuget.org /v3/index.json" />
6
+ <add key =" dotnet-public " value =" https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget /v3/index.json" />
7
7
</packageSources >
8
8
<disabledPackageSources >
9
9
<clear />
Original file line number Diff line number Diff line change 3
3
<configuration >
4
4
<packageSources >
5
5
<clear />
6
- <add key =" nuget.org " value =" https://api.nuget.org /v3/index.json" />
6
+ <add key =" dotnet-public " value =" https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget /v3/index.json" />
7
7
</packageSources >
8
8
<disabledPackageSources >
9
9
<clear />
You can’t perform that action at this time.
0 commit comments