dotnet-installer/test/dotnet-test.Tests/AssemblyInfo.cs

4 lines
130 B
C#
Raw Normal View History

using Xunit;
// Don't let the tests execute concurrently
[assembly: CollectionBehavior(CollectionBehavior.CollectionPerAssembly)]