Added automatic HTML and MonoDoc documentation generation for

Release.
This commit is contained in:
2015-02-20 01:25:41 +00:00
parent bcc9c9c072
commit 583d274a5b
2 changed files with 12 additions and 0 deletions

View File

@@ -1,3 +1,9 @@
2015-02-20 Natalia Portillo <claunia@claunia.com>
* plist-cil.csproj:
Added automatic HTML and MonoDoc documentation generation
for Release.
2015-02-20 Natalia Portillo <claunia@claunia.com>
* plist-cil.csproj:

View File

@@ -26,6 +26,12 @@
<WarningLevel>4</WarningLevel>
<ConsolePause>false</ConsolePause>
<DocumentationFile>bin\Release\plist-cil.xml</DocumentationFile>
<CustomCommands>
<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}" />
</CustomCommands>
</CustomCommands>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />