From 222d4c5df0b63edb4dbb75771c6e0f8c1315746e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20K=C3=B6plinger?= Date: Mon, 18 Dec 2023 11:37:24 +0100 Subject: [PATCH] Simplify AdditionalSharedFrameworkToInstallArguments in workloads-testing.targets (#96107) We can use the same args everwhere and also remove an outdated comment. --- eng/testing/workloads-testing.targets | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/eng/testing/workloads-testing.targets b/eng/testing/workloads-testing.targets index f0ab33a3ebe2b..910ce227dd688 100644 --- a/eng/testing/workloads-testing.targets +++ b/eng/testing/workloads-testing.targets @@ -50,11 +50,9 @@ - - - + <_DefaultPropsForNuGetBuild Include="Configuration=$(Configuration)" /> <_DefaultPropsForNuGetBuild Include="TargetOS=$(TargetOS)" />