mirror of
https://github.com/ONLYOFFICE/DocSpace-buildtools.git
synced 2025-04-18 13:44:02 +03:00
fixed migration and test
This commit is contained in:
parent
78a222ebd1
commit
1f97bc5efc
@ -1,6 +1,6 @@
|
||||
@echo "MIGRATIONS"
|
||||
@echo off
|
||||
|
||||
PUSHD %~dp0..\common\Tools\ASC.Migration.Creator
|
||||
PUSHD %~dp0..\server\common\Tools\ASC.Migration.Creator
|
||||
dotnet run --project ASC.Migration.Creator.csproj
|
||||
pause
|
@ -1,4 +1,4 @@
|
||||
PUSHD %~dp0..
|
||||
set dir=%~dp0..
|
||||
echo %dir%
|
||||
dotnet test common\Tests\Backend.Translations.Tests\Backend.Translations.Tests.csproj -l:html --environment "BASE_DIR=%dir%" --results-directory "%dir%/TestsResults"
|
||||
dotnet test server\common\Tests\Backend.Translations.Tests\Backend.Translations.Tests.csproj -l:html --environment "BASE_DIR=%dir%" --results-directory "%dir%/TestsResults"
|
@ -3,8 +3,8 @@
|
||||
|
||||
cd /D "%~dp0"
|
||||
call start\stop.bat nopause
|
||||
dotnet build ..\asc.web.slnf
|
||||
dotnet build ..\ASC.Migrations.sln
|
||||
PUSHD %~dp0..\common\Tools\ASC.Migration.Runner\bin\Debug\net7.0
|
||||
dotnet build ..\server\asc.web.slnf
|
||||
dotnet build ..\server\ASC.Migrations.sln
|
||||
PUSHD %~dp0..\server\common\Tools\ASC.Migration.Runner\bin\Debug\net7.0
|
||||
dotnet ASC.Migration.Runner.dll
|
||||
pause
|
@ -3,8 +3,8 @@
|
||||
|
||||
cd /D "%~dp0"
|
||||
call start\stop.bat nopause
|
||||
dotnet build ..\asc.web.slnf
|
||||
dotnet build ..\ASC.Migrations.sln
|
||||
PUSHD %~dp0..\common\Tools\ASC.Migration.Runner\bin\Debug\net7.0
|
||||
dotnet build ..\server\asc.web.slnf
|
||||
dotnet build ..\server\ASC.Migrations.sln
|
||||
PUSHD %~dp0..\server\common\Tools\ASC.Migration.Runner\bin\Debug\net7.0
|
||||
dotnet ASC.Migration.Runner.dll standalone=true
|
||||
pause
|
Loading…
x
Reference in New Issue
Block a user