From 6c0e0abf7c7b2ab48671ec2e37ff925fb5ca9c80 Mon Sep 17 00:00:00 2001 From: wtgodbe Date: Tue, 22 Aug 2017 14:20:01 -0700 Subject: [PATCH] Parameterize RIDs for package restore --- tests/runtest.proj | 2 -- .../build_against_pkg_dependencies.csproj | 2 +- tests/src/Common/targeting_pack_ref/targeting_pack_ref.csproj | 2 +- tests/src/Common/test_dependencies/test_dependencies.csproj | 2 +- tests/src/Common/test_runtime/test_runtime.csproj | 2 +- tests/src/TestWrappersConfig/TestWrappersConfig.csproj | 2 +- tests/src/dir.props | 5 +++++ 7 files changed, 10 insertions(+), 7 deletions(-) diff --git a/tests/runtest.proj b/tests/runtest.proj index eeca687..983223b 100644 --- a/tests/runtest.proj +++ b/tests/runtest.proj @@ -338,8 +338,6 @@ namespace $([System.String]::Copy($(Category)).Replace(".","_").Replace("\",""). - $(RuntimeId) - $(TestNugetRuntimeId) $(CoreClrPackageVersion) diff --git a/tests/src/Common/build_against_pkg_dependencies/build_against_pkg_dependencies.csproj b/tests/src/Common/build_against_pkg_dependencies/build_against_pkg_dependencies.csproj index 0885285..f3ae305 100644 --- a/tests/src/Common/build_against_pkg_dependencies/build_against_pkg_dependencies.csproj +++ b/tests/src/Common/build_against_pkg_dependencies/build_against_pkg_dependencies.csproj @@ -28,7 +28,7 @@ netcoreapp2.1 .NETCoreApp $(PackageTargetFallback);portable-net45+win8 - win-arm;win-x64;win-x86;win7-x86;win7-x64;win10-arm64;ubuntu.14.04-x64;ubuntu.16.04-x64;ubuntu.16.10-x64;osx.10.12-x64;osx-x64;centos.7-x64;rhel.7-x64;debian.8-x64;fedora.24-x64;opensuse.42.1-x64;linux-x64 + $(TargetRid) true false diff --git a/tests/src/Common/targeting_pack_ref/targeting_pack_ref.csproj b/tests/src/Common/targeting_pack_ref/targeting_pack_ref.csproj index a7828fe..5f6e901 100644 --- a/tests/src/Common/targeting_pack_ref/targeting_pack_ref.csproj +++ b/tests/src/Common/targeting_pack_ref/targeting_pack_ref.csproj @@ -16,7 +16,7 @@ netcoreapp1.1 .NETCoreApp $(PackageTargetFallback);dnxcore50;portable-net45+win8 - win-arm;win7-x86;win7-x64;ubuntu.14.04-x64;ubuntu.16.04-x64;ubuntu.16.10-x64;osx.10.12-x64;centos.7-x64;rhel.7-x64;debian.8-x64;fedora.24-x64 + $(TargetRid) true false diff --git a/tests/src/Common/test_dependencies/test_dependencies.csproj b/tests/src/Common/test_dependencies/test_dependencies.csproj index cf1576a..0e94269 100644 --- a/tests/src/Common/test_dependencies/test_dependencies.csproj +++ b/tests/src/Common/test_dependencies/test_dependencies.csproj @@ -27,7 +27,7 @@ netcoreapp2.1 .NETCoreApp $(PackageTargetFallback);dnxcore50;netcoreapp1.1;portable-net45+win8 - win-arm;win-x64;win-x86;win7-x86;win7-x64;win-arm64;win-arm;win7-arm64;win7-arm;ubuntu.14.04-x64;ubuntu.16.04-x64;ubuntu.16.10-x64;osx.10.12-x64;osx-x64;centos.7-x64;rhel.7-x64;debian.8-x64;fedora.24-x64;linux-x64 + $(TargetRid) true false diff --git a/tests/src/Common/test_runtime/test_runtime.csproj b/tests/src/Common/test_runtime/test_runtime.csproj index 5838715..05d9986 100644 --- a/tests/src/Common/test_runtime/test_runtime.csproj +++ b/tests/src/Common/test_runtime/test_runtime.csproj @@ -30,7 +30,7 @@ netcoreapp2.1 .NETCoreApp $(PackageTargetFallback);dnxcore50;portable-net45+win8 - win-arm;win-x64;win-x86;win7-x86;win7-x64;win-arm64;win-arm;win7-arm64;win7-arm;ubuntu.14.04-x64;ubuntu.16.04-x64;ubuntu.16.10-x64;osx.10.12-x64;osx-x64;centos.7-x64;rhel.7-x64;debian.8-x64;fedora.24-x64;linux-x64 + $(TargetRid) true false diff --git a/tests/src/TestWrappersConfig/TestWrappersConfig.csproj b/tests/src/TestWrappersConfig/TestWrappersConfig.csproj index cab63a4..ddc8781 100644 --- a/tests/src/TestWrappersConfig/TestWrappersConfig.csproj +++ b/tests/src/TestWrappersConfig/TestWrappersConfig.csproj @@ -28,7 +28,7 @@ netcoreapp1.1;net45 .NETCoreApp $(PackageTargetFallback);dnxcore50;portable-net45+win8 - win7-x86;win7-x64;ubuntu.14.04-x64;ubuntu.16.04-x64;ubuntu.16.10-x64;osx.10.12-x64;centos.7-x64;rhel.7-x64;debian.8-x64;fedora.24-x64 + $(TargetRid) true false diff --git a/tests/src/dir.props b/tests/src/dir.props index a6da622..ee2d7a3 100644 --- a/tests/src/dir.props +++ b/tests/src/dir.props @@ -66,6 +66,11 @@ + $(__RuntimeId) + $(TestNugetRuntimeId) + + + true C# IL -- 2.7.4