File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -197,14 +197,14 @@ function dist-target-framework {
197
197
mkdir -p tmp/dist/bin tmp/dist/projects/examples
198
198
199
199
# ## Clean
200
- $MSBUILD RabbitMQDotNetClient.sln /t:Clean /property:Configuration=" Release"
200
+ $MSBUILD /verbosity:quiet RabbitMQDotNetClient.sln /t:Clean /property:Configuration=" Release"
201
201
202
202
# ## Copy examples code to be zipped to tmp/dist/
203
203
cp -r projects/examples/client tmp/dist/projects/examples/
204
204
test " $BUILD_WCF " && cp -r projects/examples/wcf tmp/dist/projects/examples/
205
205
206
206
# ## Build
207
- $MSBUILD RabbitMQDotNetClient.sln /t:Build /property:Configuration=" Release"
207
+ $MSBUILD /verbosity:quiet RabbitMQDotNetClient.sln /t:Build /property:Configuration=" Release"
208
208
209
209
# ## Copy bin files to be zipped to tmp/dist/
210
210
cp projects/client/RabbitMQ.Client/build/bin/RabbitMQ.Client.xml tmp/dist/bin/
You can’t perform that action at this time.
0 commit comments