From 545c6143207916b1a874b77b7ad15ca8b8e51b7a Mon Sep 17 00:00:00 2001 From: Ryan Nowak Date: Wed, 11 Jun 2014 16:47:17 -0700 Subject: [PATCH] temporarily disable stylecop for tests --- build/_k-standard-goals.shade | 1 - 1 file changed, 1 deletion(-) diff --git a/build/_k-standard-goals.shade b/build/_k-standard-goals.shade index c3408b99ef..30aefb1248 100644 --- a/build/_k-standard-goals.shade +++ b/build/_k-standard-goals.shade @@ -92,7 +92,6 @@ default Configuration='Release' #stylecop stylecop-setup stylecop-run each='var projectFile in Files.Include("src/**/project.json")' - stylecop-run each='var projectFile in Files.Include("test/**/project.json")' functions @{ string E(string key) { return Environment.GetEnvironmentVariable(key); }