This repository was archived by the owner on Jan 23, 2023. It is now read-only.
File tree 8 files changed +3
-454
lines changed
8 files changed +3
-454
lines changed Original file line number Diff line number Diff line change 5
5
</packageRestore >
6
6
<packageSources >
7
7
<clear />
8
+ <add key =" nuget.org" value =" https://api.nuget.org/v3/index.json" />
9
+ <add key =" dotnet-eng" value =" https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/nuget/v3/index.json" />
10
+ <add key =" dotnet5-transport" value =" https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet5-transport/nuget/v3/index.json" />
8
11
<add key =" dotnet-coreclr" value =" https://dotnetfeed.blob.core.windows.net/dotnet-coreclr/index.json" />
9
12
<add key =" dotnet-core" value =" https://dotnetfeed.blob.core.windows.net/dotnet-core/index.json" />
10
- <add key =" myget.org dotnet-core" value =" https://dotnet.myget.org/F/dotnet-core/api/v3/index.json" />
11
- <add key =" nuget.org" value =" https://api.nuget.org/v3/index.json" />
12
13
</packageSources >
13
14
<disabledPackageSources >
14
15
<clear />
Original file line number Diff line number Diff line change 23
23
<RestoreProjects Include =" $(MSBuildThisFileDirectory)src\Common\targeting_pack_ref\targeting_pack_ref.csproj" />
24
24
<RestoreProjects Include =" $(MSBuildThisFileDirectory)src\Common\test_dependencies\test_dependencies.csproj" />
25
25
<RestoreProjects Include =" $(MSBuildThisFileDirectory)src\Common\test_runtime\test_runtime.csproj" />
26
- <RestoreProjects Include =" $(MSBuildThisFileDirectory)src\JIT\config\benchmark+roslyn\benchmark+roslyn.csproj" />
27
- <RestoreProjects Include =" $(MSBuildThisFileDirectory)src\JIT\config\benchmark+serialize\benchmark+serialize.csproj" />
28
- <RestoreProjects Include =" $(MSBuildThisFileDirectory)src\JIT\config\benchmark\benchmark.csproj" />
29
- <RestoreProjects Include =" $(MSBuildThisFileDirectory)src\JIT\config\benchmark+intrinsic\benchmark+intrinsic.csproj" />
30
- <RestoreProjects Include =" $(MSBuildThisFileDirectory)src\performance\performance.csproj" />
31
26
<RestoreProjects Include =" $(MSBuildThisFileDirectory)src\Common\CoreCLRTestLibrary\CoreCLRTestLibrary.csproj" />
32
27
<RestoreProjects Include =" $(MSBuildThisFileDirectory)src\Common\CoreFX\CoreFX.csproj" />
33
28
<RestoreProjects Include =" $(MSBuildThisFileDirectory)external\external.csproj" />
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 14
14
<DisabledProjects Include =" Common\PerfHarness\PerfHarness.csproj" />
15
15
<DisabledProjects Include =" Common\stress_dependencies\stress_dependencies.csproj" />
16
16
<DisabledProjects Include =" GC\Performance\Framework\GCPerfTestFramework.csproj" />
17
- <DisabledProjects Include =" JIT\config\**" />
18
- <DisabledProjects Include =" Performance\performance.csproj" />
19
17
<DisabledProjects Include =" Performance\Scenario\JitBench\unofficial_dotnet\JitBench.csproj" /> <!-- no official build support for SDK-style netcoreapp2.0 projects -->
20
18
<DisabledProjects Include =" Loader\classloader\generics\regressions\DD117522\Test.csproj" />
21
19
<DisabledProjects Include =" Loader\classloader\generics\GenericMethods\VSW491668.csproj" /> <!-- issue 5501 -->
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments