Skip to content

Commit 246ba75

Browse files
committed
added post-build event to xcopy xml-doc to /docs folder.
1 parent 187fe97 commit 246ba75

File tree

3 files changed

+4745
-0
lines changed

3 files changed

+4745
-0
lines changed

Rubberduck.CodeAnalysis/Rubberduck.CodeAnalysis.csproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,4 +68,7 @@
6868
<LastGenOutput>CodeInspectionDefaults.Designer.cs</LastGenOutput>
6969
</None>
7070
</ItemGroup>
71+
<Target Name="PostBuild" AfterTargets="PostBuildEvent">
72+
<Exec Command="xcopy &quot;$(TargetDir)$(TargetName).xml&quot; &quot;$(SolutionDir)docs&quot; /Y" />
73+
</Target>
7174
</Project>

0 commit comments

Comments
 (0)