You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: Scenarios/settings.md
+1
Original file line number
Diff line number
Diff line change
@@ -90,6 +90,7 @@ The repository settings are only read from the repository settings file (.github
90
90
| <aid="enableCodeCop"></a>enableCodeCop | If enableCodeCop is set to true, the CI/CD workflow will enable the CodeCop analyzer when building. | false |
91
91
| <aid="enableUICop"></a>enableUICop | If enableUICop is set to true, the CI/CD workflow will enable the UICop analyzer when building. | false |
92
92
| <aid="customCodeCops"></a>customCodeCops | CustomCodeCops is an array of paths or URLs to custom Code Cop DLLs you want to enable when building. |[]|
93
+
| <aid="enableCodeAnalyzersOnTestApps"></a>enableCodeAnalyzersOnTestApps | If enableCodeAnalyzersOnTestApps is set to true, the code analyzers will be enabled when building test apps as well. | false |
93
94
| <aid="failOn"></a>failOn | Specifies what the pipeline will fail on. Allowed values are none, warning and error | error |
94
95
| <aid="rulesetFile"></a>rulesetFile | Filename of the custom ruleset file ||
95
96
| <aid="enableExternalRulesets"></a>enableExternalRulesets | If enableExternalRulesets is set to true, then you can have external rule references in the ruleset | false |
0 commit comments