From d7ad4c79eecb10e158ce6b4ef1ccb6d49bc52c7d Mon Sep 17 00:00:00 2001 From: Pavel Krymets Date: Thu, 9 Aug 2018 10:03:03 -0700 Subject: [PATCH] Fix incremental checks for test projects (#1186) --- build/testsite.props | 1 + test/IIS.FunctionalTests/IIS.FunctionalTests.csproj | 1 + .../IISExpress.FunctionalTests.csproj | 3 ++- 3 files changed, 4 insertions(+), 1 deletion(-) diff --git a/build/testsite.props b/build/testsite.props index 9a9e2cdf76..03aa0c9cff 100644 --- a/build/testsite.props +++ b/build/testsite.props @@ -6,6 +6,7 @@ $(MSBuildThisFileDirectory)applicationhost.config $(MSBuildThisFileDirectory)applicationhost.iis.config false + True diff --git a/test/IIS.FunctionalTests/IIS.FunctionalTests.csproj b/test/IIS.FunctionalTests/IIS.FunctionalTests.csproj index dfe65f9b56..723433b707 100644 --- a/test/IIS.FunctionalTests/IIS.FunctionalTests.csproj +++ b/test/IIS.FunctionalTests/IIS.FunctionalTests.csproj @@ -3,6 +3,7 @@ netcoreapp2.2 IIS.FunctionalTests + True diff --git a/test/IISExpress.FunctionalTests/IISExpress.FunctionalTests.csproj b/test/IISExpress.FunctionalTests/IISExpress.FunctionalTests.csproj index 455f453431..e62095f98f 100644 --- a/test/IISExpress.FunctionalTests/IISExpress.FunctionalTests.csproj +++ b/test/IISExpress.FunctionalTests/IISExpress.FunctionalTests.csproj @@ -1,7 +1,8 @@ - + netcoreapp2.2 + True