mirror of
https://github.com/ONLYOFFICE/DocSpace-buildtools.git
synced 2025-04-18 13:44:02 +03:00
10 lines
269 B
Batchfile
10 lines
269 B
Batchfile
@echo "MIGRATIONS"
|
|
@echo off
|
|
|
|
cd /D "%~dp0"
|
|
call start\stop.bat nopause
|
|
dotnet build ..\server\asc.web.slnf
|
|
dotnet build ..\server\ASC.Migrations.sln
|
|
PUSHD %~dp0..\server\common\Tools\ASC.Migration.Runner\bin\Debug\
|
|
dotnet ASC.Migration.Runner.dll standalone=true
|
|
pause |