Build Fixed run.translations.tests.bat

This commit is contained in:
Akmal Isomadinov 2022-12-22 15:03:22 +05:00
parent 639478d0f4
commit f6c0ae47f0

View File

@ -1,2 +1,4 @@
PUSHD %~dp0..
dotnet test common\Tests\Frontend.Translations.Tests\Frontend.Translations.Tests.csproj --filter "TestCategory=FastRunning" -l:html -r TestsResults
set dir=%~dp0..
echo %dir%
dotnet test common\Tests\Frontend.Translations.Tests\Frontend.Translations.Tests.csproj --filter "TestCategory=FastRunning" -l:html --environment "BASE_DIR=%dir%" --results-directory "%dir%/TestsResults"