From 90cbd05fa61cac52cc958966f8b3a21e52fff9da Mon Sep 17 00:00:00 2001 From: Santiago Fernandez Madero Date: Tue, 19 Oct 2021 12:16:41 -0700 Subject: [PATCH] Cleanup workloads for testing logic --- eng/testing/tests.mobile.targets | 2 ++ .../testing}/workloads-testing.targets | 10 +++++++++- src/libraries/Directory.Build.targets | 7 ------- 3 files changed, 11 insertions(+), 8 deletions(-) rename {src/libraries => eng/testing}/workloads-testing.targets (92%) diff --git a/eng/testing/tests.mobile.targets b/eng/testing/tests.mobile.targets index acce583b8a96c..f942a45491c97 100644 --- a/eng/testing/tests.mobile.targets +++ b/eng/testing/tests.mobile.targets @@ -312,6 +312,8 @@ + + + + + + true + + @@ -88,8 +94,10 @@ + <_PackageVersion>$(PackageVersion) + <_PackageVersion Condition="'$(StabilizePackageVersion)' == 'true'">$(ProductVersion) - <_AOTCrossNuGetPath>$(LibrariesShippingPackagesDir)Microsoft.NETCore.App.Runtime.AOT.$(NETCoreSdkRuntimeIdentifier).Cross.$(RuntimeIdentifier).$(PackageVersion).nupkg + <_AOTCrossNuGetPath>$(LibrariesShippingPackagesDir)Microsoft.NETCore.App.Runtime.AOT.$(NETCoreSdkRuntimeIdentifier).Cross.$(RuntimeIdentifier).$(_PackageVersion).nupkg $(TestStrongNameKeyId) - - - true - - @@ -272,6 +267,4 @@ - -