Skip to content

Commit 7219a41

Browse files
Bring back erroneously removed gendoc call
1 parent fe53c40 commit 7219a41

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

dist.sh

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,17 @@ function dist-zips {
107107
### Source dist
108108
src-dist
109109

110+
gendoc-dist \
111+
build/bin/RabbitMQ.Client.xml \
112+
$NAME_VSN-client-htmldoc.zip \
113+
"/suppress:RabbitMQ.Client.Framing \
114+
/suppress:RabbitMQ.Client.Framing.Impl \
115+
/suppress:RabbitMQ.Client.Impl \
116+
/suppress:RabbitMQ.Client.Apigen.Attributes" \
117+
$NAME_VSN-tmp-xmldoc.zip \
118+
projects/client/RabbitMQ.Client \
119+
../../..
120+
110121
### .NET 3.5 library (bin), examples (src and bin), WCF bindings library (bin)
111122
### and WCF examples (src) dist (WCF built only if MONO_DIST is undefined)
112123
dist-target-framework dotnet-3.5

0 commit comments

Comments
 (0)