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" },