From 27a02c5b8d99bb894963f6f5094009356cab45b4 Mon Sep 17 00:00:00 2001 From: Jeremy Koritzinsky Date: Mon, 25 Nov 2019 08:13:58 -0600 Subject: [PATCH] Remove optional consumption of CoreCLR transport packages in CoreCLR test build. (#223) --- src/coreclr/dependencies.props | 7 ----- src/coreclr/tests/Directory.Build.props | 27 +++++------------ src/coreclr/tests/build.proj | 2 -- src/coreclr/tests/publishdependency.targets | 12 -------- .../build_against_pkg_dependencies.csproj | 35 ---------------------- .../targeting_pack_ref/targeting_pack_ref.csproj | 27 ----------------- src/coreclr/tests/src/dirs.proj | 6 ++-- src/coreclr/tests/src/runtest.proj | 13 -------- 8 files changed, 9 insertions(+), 120 deletions(-) delete mode 100644 src/coreclr/tests/src/Common/build_against_pkg_dependencies/build_against_pkg_dependencies.csproj delete mode 100644 src/coreclr/tests/src/Common/targeting_pack_ref/targeting_pack_ref.csproj diff --git a/src/coreclr/dependencies.props b/src/coreclr/dependencies.props index ee1a80d..6336b79 100644 --- a/src/coreclr/dependencies.props +++ b/src/coreclr/dependencies.props @@ -7,7 +7,6 @@ - 3.0.0-preview6.19280.1 1.0.0-beta-build0015 2.0.43 1.0.4-preview6.19326.1 @@ -35,12 +34,6 @@ https://raw.githubusercontent.com/dotnet/versions - - - $(MSBuildThisFileFullPath) - MicrosoftNETCoreRuntimeCoreCLRPackageVersion - Microsoft.NETCore.Runtime.CoreCLR - diff --git a/src/coreclr/tests/Directory.Build.props b/src/coreclr/tests/Directory.Build.props index 77c129c..532dacb 100644 --- a/src/coreclr/tests/Directory.Build.props +++ b/src/coreclr/tests/Directory.Build.props @@ -10,7 +10,7 @@ true - + @@ -51,27 +51,14 @@ false - - $(BaseIntermediateOutputPath)BuildVersion-$(OfficialBuildId).props - - - - - - - $(StableVersion) - $(PackageVersion)-$(PreReleaseLabel)-$(BuildNumberMajor)-$(BuildNumberMinor) - /p:MicrosoftNETCoreRuntimeCoreCLRPackageVersion=$(VersionToRestore) - - @@ -86,5 +73,5 @@ $([MSBuild]::NormalizeDirectory('$(TestHostRootPath)', 'host', 'fxr', '$(TestHostVersion)')) $([MSBuild]::NormalizeDirectory('$(TestHostRootPath)', 'shared', 'Microsoft.NETCore.App', '$(TestHostVersion)')) - + diff --git a/src/coreclr/tests/build.proj b/src/coreclr/tests/build.proj index ee9112a..448cc55 100644 --- a/src/coreclr/tests/build.proj +++ b/src/coreclr/tests/build.proj @@ -19,8 +19,6 @@ - - diff --git a/src/coreclr/tests/publishdependency.targets b/src/coreclr/tests/publishdependency.targets index b327700..6096501 100644 --- a/src/coreclr/tests/publishdependency.targets +++ b/src/coreclr/tests/publishdependency.targets @@ -23,18 +23,6 @@ - - - - - - - - - - - - $(RootRepoDir)\artifacts\bin\coreclr\$(BuildOS).$(BuildArch).$(BuildType) $(ProductDestination)\ref diff --git a/src/coreclr/tests/src/Common/build_against_pkg_dependencies/build_against_pkg_dependencies.csproj b/src/coreclr/tests/src/Common/build_against_pkg_dependencies/build_against_pkg_dependencies.csproj deleted file mode 100644 index dcd564e..0000000 --- a/src/coreclr/tests/src/Common/build_against_pkg_dependencies/build_against_pkg_dependencies.csproj +++ /dev/null @@ -1,35 +0,0 @@ - - - - - Debug - AnyCPU - BuildOnly - false - - - - $(MicrosoftNETCoreRuntimeCoreCLRPackageVersion) - - - $(MicrosoftNETCoreRuntimeCoreCLRPackageVersion) - - - $(MicrosoftNETCoreRuntimeCoreCLRPackageVersion) - - - $(MicrosoftNETCoreRuntimeCoreCLRPackageVersion) - - - $(MicrosoftNETCoreRuntimeCoreCLRPackageVersion) - - - - netcoreapp5.0 - .NETCoreApp - win-arm;win-arm64;win-x64;win-x86;$(TargetRid) - - - - diff --git a/src/coreclr/tests/src/Common/targeting_pack_ref/targeting_pack_ref.csproj b/src/coreclr/tests/src/Common/targeting_pack_ref/targeting_pack_ref.csproj deleted file mode 100644 index 3721bc5..0000000 --- a/src/coreclr/tests/src/Common/targeting_pack_ref/targeting_pack_ref.csproj +++ /dev/null @@ -1,27 +0,0 @@ - - - - - Debug - AnyCPU - BuildOnly - false - - - - $(MicrosoftNETCoreRuntimeCoreCLRPackageVersion) - - - - netcoreapp1.1 - .NETCoreApp - win-arm;win-arm64;win-x64;win-x86;$(TargetRid) - - - - - - diff --git a/src/coreclr/tests/src/dirs.proj b/src/coreclr/tests/src/dirs.proj index c545e1c..36961b4 100644 --- a/src/coreclr/tests/src/dirs.proj +++ b/src/coreclr/tests/src/dirs.proj @@ -8,9 +8,7 @@ - - - + @@ -125,7 +123,7 @@ - + diff --git a/src/coreclr/tests/src/runtest.proj b/src/coreclr/tests/src/runtest.proj index 60b711b..2aa4d1a 100644 --- a/src/coreclr/tests/src/runtest.proj +++ b/src/coreclr/tests/src/runtest.proj @@ -354,22 +354,9 @@ namespace $([System.String]::Copy($(Category)).Replace(".","_").Replace("\",""). - - - - - $(StableVersion) - $(PackageVersion)-$(PreReleaseLabel)-$(BuildNumberMajor)-$(BuildNumberMinor) - $(VersionToRestore) - - - - $(MicrosoftNETCoreRuntimeCoreCLRPackageVersion) - -