From 11d1506997faa7919b9d9d9435269de8d4875fa0 Mon Sep 17 00:00:00 2001 From: Doug Bunting <6431421+dougbu@users.noreply.github.com> Date: Wed, 5 Jan 2022 18:05:50 -0800 Subject: [PATCH] Don't reference test asset projects in Build.props - test projects should include any necessary references - should further reduce build ordering problems - also, removes mention of a few non-existent folders - but, special case a _few_ test asset projects - reference three used in test classes in relevant test projects - reference five that are otherwise unreferenced in Build.props - move `src\Components\Web.JS\node_modules` mention to correct part of Build.props nit: - sort "not meant to be built" project list --- eng/Build.props | 22 +++++++++---------- ....AspNetCore.Hosting.FunctionalTests.csproj | 10 +++++++-- ...etCore.Server.HttpSys.NonHelixTests.csproj | 6 +++-- 3 files changed, 23 insertions(+), 15 deletions(-) diff --git a/eng/Build.props b/eng/Build.props index 775c67197032..fd3736f50d0d 100644 --- a/eng/Build.props +++ b/eng/Build.props @@ -16,25 +16,25 @@ - - + + diff --git a/src/Hosting/test/FunctionalTests/Microsoft.AspNetCore.Hosting.FunctionalTests.csproj b/src/Hosting/test/FunctionalTests/Microsoft.AspNetCore.Hosting.FunctionalTests.csproj index c08ed3c7f324..9102baf5c706 100644 --- a/src/Hosting/test/FunctionalTests/Microsoft.AspNetCore.Hosting.FunctionalTests.csproj +++ b/src/Hosting/test/FunctionalTests/Microsoft.AspNetCore.Hosting.FunctionalTests.csproj @@ -1,5 +1,4 @@ - $(DefaultNetCoreTargetFramework) @@ -17,13 +16,20 @@ + + - diff --git a/src/Servers/HttpSys/test/NonHelixTests/Microsoft.AspNetCore.Server.HttpSys.NonHelixTests.csproj b/src/Servers/HttpSys/test/NonHelixTests/Microsoft.AspNetCore.Server.HttpSys.NonHelixTests.csproj index 58ca1a4d3baa..43ed463c2449 100644 --- a/src/Servers/HttpSys/test/NonHelixTests/Microsoft.AspNetCore.Server.HttpSys.NonHelixTests.csproj +++ b/src/Servers/HttpSys/test/NonHelixTests/Microsoft.AspNetCore.Server.HttpSys.NonHelixTests.csproj @@ -1,5 +1,4 @@ - $(DefaultNetCoreTargetFramework) HttpSys.NonHelixTests @@ -25,6 +24,9 @@ + -