Skip to content

Commit 3374bc1

Browse files
Build the project before running src-dist
Since that includes generating documentation.
1 parent 66622f5 commit 3374bc1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

dist.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,9 @@ function main {
104104

105105

106106
function dist-zips {
107+
# clean & build
108+
dist-target-framework dotnet-3.5
109+
107110
### Source dist
108111
src-dist
109112

@@ -118,9 +121,6 @@ function dist-zips {
118121
projects/client/RabbitMQ.Client \
119122
../../..
120123

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
124124
if [ -z "$MONO_DIST" ]; then
125125
### HTML documentation for the WCF bindings library dist
126126
gendoc-dist \

0 commit comments

Comments
 (0)