We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe53c40 commit 7219a41Copy full SHA for 7219a41
dist.sh
@@ -107,6 +107,17 @@ function dist-zips {
107
### Source dist
108
src-dist
109
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
+
121
### .NET 3.5 library (bin), examples (src and bin), WCF bindings library (bin)
122
### and WCF examples (src) dist (WCF built only if MONO_DIST is undefined)
123
dist-target-framework dotnet-3.5
0 commit comments