From 0070560be1b7de14dbcf1bfb509309a93dd32559 Mon Sep 17 00:00:00 2001 From: Pranav K Date: Mon, 2 May 2016 16:42:20 -0700 Subject: [PATCH] Fixing build --- test/Microsoft.AspNetCore.StaticFiles.Tests/project.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/test/Microsoft.AspNetCore.StaticFiles.Tests/project.json b/test/Microsoft.AspNetCore.StaticFiles.Tests/project.json index 94f6bf7aa9..57e5ecc738 100644 --- a/test/Microsoft.AspNetCore.StaticFiles.Tests/project.json +++ b/test/Microsoft.AspNetCore.StaticFiles.Tests/project.json @@ -1,7 +1,13 @@ { "buildOptions": { "warningsAsErrors": true, - "keyFile": "../../tools/Key.snk" + "keyFile": "../../tools/Key.snk", + "copyToOutput": { + "include": [ + "SubFolder/**/*", + "TestDocument.txt" + ] + } }, "publishOptions": { "include": [