Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit a9f3fc1

Browse files
authoredNov 14, 2019
Remove obsolete benchmark projs (#27869)
* Remove obsolete benchmark projects * Remove myget feed
1 parent 0dd1f6c commit a9f3fc1

File tree

8 files changed

+3
-454
lines changed

8 files changed

+3
-454
lines changed
 

‎NuGet.config

+3-2
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,11 @@
55
</packageRestore>
66
<packageSources>
77
<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" />
811
<add key="dotnet-coreclr" value="https://dotnetfeed.blob.core.windows.net/dotnet-coreclr/index.json" />
912
<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" />
1213
</packageSources>
1314
<disabledPackageSources>
1415
<clear />

‎tests/build.proj

-5
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,6 @@
2323
<RestoreProjects Include="$(MSBuildThisFileDirectory)src\Common\targeting_pack_ref\targeting_pack_ref.csproj" />
2424
<RestoreProjects Include="$(MSBuildThisFileDirectory)src\Common\test_dependencies\test_dependencies.csproj" />
2525
<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" />
3126
<RestoreProjects Include="$(MSBuildThisFileDirectory)src\Common\CoreCLRTestLibrary\CoreCLRTestLibrary.csproj" />
3227
<RestoreProjects Include="$(MSBuildThisFileDirectory)src\Common\CoreFX\CoreFX.csproj" />
3328
<RestoreProjects Include="$(MSBuildThisFileDirectory)external\external.csproj" />

‎tests/src/JIT/config/benchmark+intrinsic/benchmark+intrinsic.csproj

-28
This file was deleted.

‎tests/src/JIT/config/benchmark+roslyn/benchmark+roslyn.csproj

-99
This file was deleted.

‎tests/src/JIT/config/benchmark+serialize/benchmark+serialize.csproj

-96
This file was deleted.

‎tests/src/JIT/config/benchmark/benchmark.csproj

-114
This file was deleted.

‎tests/src/dirs.proj

-2
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@
1414
<DisabledProjects Include="Common\PerfHarness\PerfHarness.csproj" />
1515
<DisabledProjects Include="Common\stress_dependencies\stress_dependencies.csproj" />
1616
<DisabledProjects Include="GC\Performance\Framework\GCPerfTestFramework.csproj" />
17-
<DisabledProjects Include="JIT\config\**" />
18-
<DisabledProjects Include="Performance\performance.csproj" />
1917
<DisabledProjects Include="Performance\Scenario\JitBench\unofficial_dotnet\JitBench.csproj" /> <!-- no official build support for SDK-style netcoreapp2.0 projects -->
2018
<DisabledProjects Include="Loader\classloader\generics\regressions\DD117522\Test.csproj" />
2119
<DisabledProjects Include="Loader\classloader\generics\GenericMethods\VSW491668.csproj" /> <!-- issue 5501 -->

‎tests/src/performance/performance.csproj

-108
This file was deleted.

0 commit comments

Comments
 (0)
This repository has been archived.