We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f93c5e commit 4e8c52bCopy full SHA for 4e8c52b
Directory.Build.props
@@ -37,11 +37,6 @@
37
<CodeAnalysisRuleSet>$(MSBuildThisFileDirectory)rulesets/testing.ruleset</CodeAnalysisRuleSet>
38
</PropertyGroup>
39
</When>
40
- <When Condition="'$(IsBuildProject)' == 'true'">
41
- <PropertyGroup>
42
- <CodeAnalysisRuleSet>$(MSBuildThisFileDirectory)rulesets/build.ruleset</CodeAnalysisRuleSet>
43
- </PropertyGroup>
44
- </When>
45
<Otherwise>
46
<PropertyGroup>
47
<CodeAnalysisRuleSet>$(MSBuildThisFileDirectory)rulesets/shared.ruleset</CodeAnalysisRuleSet>
0 commit comments