From 071cf1c0f49e03aca450cf119001cccd652e4016 Mon Sep 17 00:00:00 2001 From: Pranav K Date: Mon, 2 May 2016 16:20:14 -0700 Subject: [PATCH] Fix build break --- .../project.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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-*",