Don't run functional tests in parallel
This commit is contained in:
parent
bb4a04b3a3
commit
eb3c513caa
|
|
@ -4,6 +4,8 @@ SETLOCAL
|
|||
SET REPO_FOLDER=%~dp0
|
||||
CD "%REPO_FOLDER%"
|
||||
|
||||
SET NO_PARALLEL_TEST_PROJECTS=Microsoft.AspNetCore.Localization.FunctionalTests
|
||||
|
||||
SET BUILD_FOLDER=.build
|
||||
SET KOREBUILD_FOLDER=%BUILD_FOLDER%\KoreBuild-dotnet
|
||||
SET KOREBUILD_VERSION=
|
||||
|
|
|
|||
Loading…
Reference in New Issue