diff --git a/build/testsite.props b/build/testsite.props index d412ac84b3..9a9e2cdf76 100644 --- a/build/testsite.props +++ b/build/testsite.props @@ -37,7 +37,7 @@ $(AspNetCoreModuleV1ShimDll) $(AspNetCoreModuleV2ShimDll) - $(NativePlatform)\aspnetcorev2_inprocess.dll + aspnetcorev2_inprocess.dll $(userprofile)\.dotnet\$(NativePlatform)\dotnet.exe diff --git a/src/Microsoft.AspNetCore.Server.IIS/Microsoft.AspNetCore.Server.IIS.csproj b/src/Microsoft.AspNetCore.Server.IIS/Microsoft.AspNetCore.Server.IIS.csproj index 0580c14e85..f9c6fbbd6f 100644 --- a/src/Microsoft.AspNetCore.Server.IIS/Microsoft.AspNetCore.Server.IIS.csproj +++ b/src/Microsoft.AspNetCore.Server.IIS/Microsoft.AspNetCore.Server.IIS.csproj @@ -10,6 +10,7 @@ true true netcoreapp2.2 + True @@ -25,6 +26,12 @@ + + + False + + + @@ -43,14 +50,6 @@ - - - - diff --git a/src/Microsoft.AspNetCore.Server.IntegrationTesting.IIS/Microsoft.AspNetCore.Server.IntegrationTesting.IIS.csproj b/src/Microsoft.AspNetCore.Server.IntegrationTesting.IIS/Microsoft.AspNetCore.Server.IntegrationTesting.IIS.csproj index c13eb6214b..3678730c7e 100644 --- a/src/Microsoft.AspNetCore.Server.IntegrationTesting.IIS/Microsoft.AspNetCore.Server.IntegrationTesting.IIS.csproj +++ b/src/Microsoft.AspNetCore.Server.IntegrationTesting.IIS/Microsoft.AspNetCore.Server.IntegrationTesting.IIS.csproj @@ -7,6 +7,7 @@ $(NoWarn);CS1591 true aspnetcore;iis + True @@ -21,6 +22,18 @@ + + + False + + + False + + + False + + +