From 89b97f9479d16dad0b3c16b786ce934f21614d33 Mon Sep 17 00:00:00 2001 From: "N. Taylor Mullen" Date: Wed, 2 Sep 2015 15:34:36 -0700 Subject: [PATCH] Update project.json to have warningsAsErrors accept a bool. --- test/ServerComparison.FunctionalTests/project.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/ServerComparison.FunctionalTests/project.json b/test/ServerComparison.FunctionalTests/project.json index 3313f26c4d..a217f8722e 100644 --- a/test/ServerComparison.FunctionalTests/project.json +++ b/test/ServerComparison.FunctionalTests/project.json @@ -1,6 +1,6 @@ { "compilationOptions": { - "warningsAsErrors": "true" + "warningsAsErrors": true }, "commands": { "test": "xunit.runner.aspnet"