From e5a92daa51733dd5dd1f86aa3867a0e2ba851112 Mon Sep 17 00:00:00 2001 From: Suhas Joshi Date: Fri, 19 Dec 2014 11:59:12 -0800 Subject: [PATCH] Corrected json for mono --- test/E2ETests/project.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/E2ETests/project.json b/test/E2ETests/project.json index bb8ade99ed..e68d3d480f 100644 --- a/test/E2ETests/project.json +++ b/test/E2ETests/project.json @@ -1,5 +1,5 @@ { - "compilationOptions": { "warningsAsErrors": true }, + "compilationOptions": { "warningsAsErrors": "true" }, "commands": { "test": "xunit.runner.kre" },