Prevent parallel execution that causes multiple build to block each others files (#34)

This commit is contained in:
Pavel Krymets 2017-04-28 12:18:45 -07:00 committed by GitHub
parent dfd1da68ec
commit 50107bf6fe
1 changed files with 3 additions and 0 deletions

View File

@ -0,0 +1,3 @@
using Xunit;
[assembly: CollectionBehavior(CollectionBehavior.CollectionPerAssembly)]