From 296ca0f94865aa49744b3b0a309525a7899f63c8 Mon Sep 17 00:00:00 2001 From: Pranav K Date: Mon, 2 May 2016 16:22:54 -0700 Subject: [PATCH] Fix build break --- test/Microsoft.AspNetCore.Server.KestrelTests/project.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/test/Microsoft.AspNetCore.Server.KestrelTests/project.json b/test/Microsoft.AspNetCore.Server.KestrelTests/project.json index 22fb7428be..998df18145 100644 --- a/test/Microsoft.AspNetCore.Server.KestrelTests/project.json +++ b/test/Microsoft.AspNetCore.Server.KestrelTests/project.json @@ -40,7 +40,10 @@ }, "buildOptions": { "allowUnsafe": true, - "keyFile": "../../tools/Key.snk" + "keyFile": "../../tools/Key.snk", + "copyToOutput": { + "include": "TestResources/testCert.pfx" + } }, "testRunner": "xunit", "publishOptions": {