Skip to content

Commit e7c86b3

Browse files
author
Alexandru Scvortov
committed
silence msbuild
1 parent c1aa16e commit e7c86b3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dist.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -197,14 +197,14 @@ function dist-target-framework {
197197
mkdir -p tmp/dist/bin tmp/dist/projects/examples
198198

199199
### Clean
200-
$MSBUILD RabbitMQDotNetClient.sln /t:Clean /property:Configuration="Release"
200+
$MSBUILD /verbosity:quiet RabbitMQDotNetClient.sln /t:Clean /property:Configuration="Release"
201201

202202
### Copy examples code to be zipped to tmp/dist/
203203
cp -r projects/examples/client tmp/dist/projects/examples/
204204
test "$BUILD_WCF" && cp -r projects/examples/wcf tmp/dist/projects/examples/
205205

206206
### Build
207-
$MSBUILD RabbitMQDotNetClient.sln /t:Build /property:Configuration="Release"
207+
$MSBUILD /verbosity:quiet RabbitMQDotNetClient.sln /t:Build /property:Configuration="Release"
208208

209209
### Copy bin files to be zipped to tmp/dist/
210210
cp projects/client/RabbitMQ.Client/build/bin/RabbitMQ.Client.xml tmp/dist/bin/

0 commit comments

Comments
 (0)