From edd950ae434fda067bc07db5d5f1e1f37ea4802a Mon Sep 17 00:00:00 2001 From: Chris Ross Date: Wed, 15 Nov 2017 10:07:10 -0800 Subject: [PATCH] #139 Disable stylecop --- build/Sakefile.shade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/Sakefile.shade b/build/Sakefile.shade index a77e5a94..c45292bd 100644 --- a/build/Sakefile.shade +++ b/build/Sakefile.shade @@ -84,7 +84,7 @@ test if='IsMono' use-standard-lifecycle -// include sets of standard work targets. features include 'nuget,xunit,nunit' -use-standard-goals features='nuget,xunit,stylecop' +use-standard-goals features='nuget,xunit' -// additional work targets are defined below