temporarily disable stylecop for tests
This commit is contained in:
parent
d8018a8b4e
commit
545c614320
|
|
@ -92,7 +92,6 @@ default Configuration='Release'
|
||||||
#stylecop
|
#stylecop
|
||||||
stylecop-setup
|
stylecop-setup
|
||||||
stylecop-run each='var projectFile in Files.Include("src/**/project.json")'
|
stylecop-run each='var projectFile in Files.Include("src/**/project.json")'
|
||||||
stylecop-run each='var projectFile in Files.Include("test/**/project.json")'
|
|
||||||
|
|
||||||
functions @{
|
functions @{
|
||||||
string E(string key) { return Environment.GetEnvironmentVariable(key); }
|
string E(string key) { return Environment.GetEnvironmentVariable(key); }
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue