Add verbose diag to fsharp.core.dll unit tests
This commit is contained in:
Родитель
81e0b48f74
Коммит
cb453cc1d2
|
@ -280,7 +280,7 @@ if '%BUILD_CORECLR%' == '1' (
|
|||
@if ERRORLEVEL 1 echo Error: compiler coreclr build failed && goto :failure
|
||||
|
||||
if '%TEST_CORECLR%' == '1' (
|
||||
%_msbuildexe% src/fsharp-library-unittests-build.proj /p:TargetFramework=coreclr /p:Configuration=%BUILD_CONFIG%
|
||||
%_msbuildexe% src/fsharp-library-unittests-build.proj /p:TargetFramework=coreclr /p:Configuration=%BUILD_CONFIG% /v:diag
|
||||
@if ERRORLEVEL 1 echo Error: library unittests build failed && goto :failure
|
||||
)
|
||||
)
|
||||
|
|
Загрузка…
Ссылка в новой задаче