Added ZIPing release.

This commit is contained in:
2015-02-20 01:27:48 +00:00
parent 583d274a5b
commit 4706f16cab
2 changed files with 6 additions and 0 deletions

View File

@@ -1,3 +1,8 @@
2015-02-20 Natalia Portillo <claunia@claunia.com>
* plist-cil.csproj:
Added ZIPing release.
2015-02-20 Natalia Portillo <claunia@claunia.com>
* plist-cil.csproj:

View File

@@ -30,6 +30,7 @@
<CustomCommands>
<Command type="AfterBuild" command="monodocer -pretty -importslashdoc:plist-cil.xml -assembly:plist-cil.dll -path:docs/mono" workingdir="${TargetDir}" />
<Command type="AfterBuild" command="mdoc export-html -o docs/html docs/mono" workingdir="${TargetDir}" />
<Command type="AfterBuild" command="zip -9r ${ProjectName}.zip ." workingdir="${TargetDir}" />
</CustomCommands>
</CustomCommands>
</PropertyGroup>