From eb6c42082d310727f4e66ddab1d45a65682c780d Mon Sep 17 00:00:00 2001 From: Tanay Parikh Date: Tue, 6 Jul 2021 13:48:26 -0700 Subject: [PATCH 1/3] Update Microsoft.AspNetCore.Components.E2ETests.csproj --- .../E2ETest/Microsoft.AspNetCore.Components.E2ETests.csproj | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/Components/test/E2ETest/Microsoft.AspNetCore.Components.E2ETests.csproj b/src/Components/test/E2ETest/Microsoft.AspNetCore.Components.E2ETests.csproj index 62434abd430f..dd231cfab40f 100644 --- a/src/Components/test/E2ETest/Microsoft.AspNetCore.Components.E2ETests.csproj +++ b/src/Components/test/E2ETest/Microsoft.AspNetCore.Components.E2ETests.csproj @@ -59,7 +59,9 @@ + Properties="TestTrimmedApps=true;PublishDir=$(MSBuildThisFileDirectory)$(OutputPath)trimmed\BasicTestApp\"> + + Date: Tue, 6 Jul 2021 13:50:24 -0700 Subject: [PATCH 2/3] Update Microsoft.AspNetCore.Components.E2ETests.csproj --- .../E2ETest/Microsoft.AspNetCore.Components.E2ETests.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Components/test/E2ETest/Microsoft.AspNetCore.Components.E2ETests.csproj b/src/Components/test/E2ETest/Microsoft.AspNetCore.Components.E2ETests.csproj index dd231cfab40f..e3d67f371726 100644 --- a/src/Components/test/E2ETest/Microsoft.AspNetCore.Components.E2ETests.csproj +++ b/src/Components/test/E2ETest/Microsoft.AspNetCore.Components.E2ETests.csproj @@ -60,7 +60,7 @@ Include="..\testassets\BasicTestApp\BasicTestApp.csproj" Targets="Build;Publish" Properties="TestTrimmedApps=true;PublishDir=$(MSBuildThisFileDirectory)$(OutputPath)trimmed\BasicTestApp\"> - + false Date: Tue, 6 Jul 2021 14:06:02 -0700 Subject: [PATCH 3/3] Update Microsoft.AspNetCore.Components.E2ETests.csproj --- .../E2ETest/Microsoft.AspNetCore.Components.E2ETests.csproj | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/Components/test/E2ETest/Microsoft.AspNetCore.Components.E2ETests.csproj b/src/Components/test/E2ETest/Microsoft.AspNetCore.Components.E2ETests.csproj index e3d67f371726..cde2fc74168b 100644 --- a/src/Components/test/E2ETest/Microsoft.AspNetCore.Components.E2ETests.csproj +++ b/src/Components/test/E2ETest/Microsoft.AspNetCore.Components.E2ETests.csproj @@ -59,9 +59,7 @@ - false - + Properties="BuildProjectReferences=false;TestTrimmedApps=true;PublishDir=$(MSBuildThisFileDirectory)$(OutputPath)trimmed\BasicTestApp\" />