diff --git a/test/Microsoft.AspNetCore.Server.IISIntegration.FunctionalTests/project.json b/test/Microsoft.AspNetCore.Server.IISIntegration.FunctionalTests/project.json index a1984f96ba..367609f64d 100644 --- a/test/Microsoft.AspNetCore.Server.IISIntegration.FunctionalTests/project.json +++ b/test/Microsoft.AspNetCore.Server.IISIntegration.FunctionalTests/project.json @@ -7,7 +7,14 @@ ] }, "buildOptions": { - "warningsAsErrors": true + "warningsAsErrors": true, + "copyToOutput": { + "include": [ + "Http.config", + "Https.config", + "NtlmAuthentation.config" + ] + } }, "dependencies": { "Microsoft.AspNetCore.Server.Testing": "1.0.0-*",