mirror of
https://github.com/ONLYOFFICE/DocSpace-buildtools.git
synced 2025-04-18 13:44:02 +03:00
6 lines
141 B
Batchfile
6 lines
141 B
Batchfile
@echo "MIGRATIONS"
|
|
@echo off
|
|
|
|
PUSHD %~dp0..\server\common\Tools\ASC.Migration.Creator
|
|
dotnet run --project ASC.Migration.Creator.csproj
|
|
pause |