Run ralint after building

This commit is contained in:
Paul Chote
2010-07-25 15:11:08 +12:00
parent 301007e225
commit 63951ac134
2 changed files with 2 additions and 0 deletions

View File

@@ -24,6 +24,7 @@
<CustomCommands>
<CustomCommands>
<Command type="AfterBuild" command="cp ../OpenRA.Mods.Cnc.dll ../mods/cnc" workingdir="${ProjectDir}" />
<Command type="AfterBuild" command="mono RALint.exe cnc" workingdir="${ProjectDir}/../" />
</CustomCommands>
</CustomCommands>
</PropertyGroup>

View File

@@ -24,6 +24,7 @@
<CustomCommands>
<CustomCommands>
<Command type="AfterBuild" command="cp ../OpenRA.Mods.RA.dll ../mods/ra" workingdir="${ProjectDir}" />
<Command type="AfterBuild" command="mono RALint.exe ra" workingdir="${ProjectDir}/../" />
</CustomCommands>
</CustomCommands>
</PropertyGroup>