Skip to content

Commit 6e2010b

Browse files
committed
Don't Build In Parallel
1 parent 475684f commit 6e2010b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ before_build:
2121
$xml.Save($localpropsitem)
2222
2323
build:
24-
parallel: true
24+
parallel: false
2525
project: RabbitMQDotNetClient.sln
2626
publish_nuget: false
2727
publish_nuget_symbols: false

0 commit comments

Comments
 (0)