temporarily disable stylecop for tests

This commit is contained in:
Ryan Nowak 2014-06-11 16:47:17 -07:00
parent d8018a8b4e
commit 545c614320
1 changed files with 0 additions and 1 deletions

View File

@ -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); }