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 66622f5 commit 3374bc1Copy full SHA for 3374bc1
dist.sh
@@ -104,6 +104,9 @@ function main {
104
105
106
function dist-zips {
107
+ # clean & build
108
+ dist-target-framework dotnet-3.5
109
+
110
### Source dist
111
src-dist
112
@@ -118,9 +121,6 @@ function dist-zips {
118
121
projects/client/RabbitMQ.Client \
119
122
../../..
120
123
- ### .NET 3.5 library (bin), examples (src and bin), WCF bindings library (bin)
- ### and WCF examples (src) dist (WCF built only if MONO_DIST is undefined)
- dist-target-framework dotnet-3.5
124
if [ -z "$MONO_DIST" ]; then
125
### HTML documentation for the WCF bindings library dist
126
gendoc-dist \
0 commit comments