mirror of
https://github.com/ONLYOFFICE/DocSpace-buildtools.git
synced 2025-04-18 13:44:02 +03:00
4 lines
213 B
Batchfile
4 lines
213 B
Batchfile
PUSHD %~dp0..
|
|
set dir=%~dp0..
|
|
echo %dir%
|
|
dotnet test server\common\Tests\Backend.Translations.Tests\Backend.Translations.Tests.csproj -l:html --environment "BASE_DIR=%dir%" --results-directory "%dir%/TestsResults" |