Prevent parallel execution that causes multiple build to block each others files (#34)
This commit is contained in:
parent
dfd1da68ec
commit
50107bf6fe
|
|
@ -0,0 +1,3 @@
|
||||||
|
using Xunit;
|
||||||
|
|
||||||
|
[assembly: CollectionBehavior(CollectionBehavior.CollectionPerAssembly)]
|
||||||
Loading…
Reference in New Issue