separate RALint tests from regular builds

This commit is contained in:
Matthias Mailänder
2013-09-14 22:56:55 +02:00
parent 83669dd50b
commit de4c224b5c
5 changed files with 11 additions and 7 deletions

View File

@@ -43,7 +43,6 @@
<CustomCommands>
<CustomCommands>
<Command type="AfterBuild" command="cp ${TargetFile} ../mods/cnc" workingdir="${ProjectDir}" />
<Command type="AfterBuild" command="mono RALint.exe cnc" workingdir="${ProjectDir}/../" />
</CustomCommands>
</CustomCommands>
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>