Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/PowerShell/PowerShell.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorxtqqczze <45661989+xtqqczze@users.noreply.github.com>2020-11-01 10:33:18 +0300
committerGitHub <noreply@github.com>2020-11-01 10:33:18 +0300
commitea4cf937496676452d01af65ed8430f3f056c99a (patch)
treefbb1ca888224826ebe57633c326561e8b7ee5031 /PowerShell.Common.props
parentfbca9141ecf27b6dd3fe4bd0df2c7a35a2d44a5a (diff)
Enforce code style in build (#13957)
* Enable EnforceCodeStyleInBuild * Disable rules breaking build
Diffstat (limited to 'PowerShell.Common.props')
-rw-r--r--PowerShell.Common.props4
1 files changed, 4 insertions, 0 deletions
diff --git a/PowerShell.Common.props b/PowerShell.Common.props
index 77ec5a627b..e03bf2cd1a 100644
--- a/PowerShell.Common.props
+++ b/PowerShell.Common.props
@@ -157,4 +157,8 @@
<PropertyGroup>
<Features>strict</Features>
</PropertyGroup>
+
+ <PropertyGroup>
+ <EnforceCodeStyleInBuild>true</EnforceCodeStyleInBuild>
+ </PropertyGroup>
</Project>