DocSpace-client/build/runMigrations.bat
2022-07-26 14:52:53 +03:00

10 lines
239 B
Batchfile

@echo "MIGRATIONS"
@echo off
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\net6.0
dotnet ASC.Migration.Runner.dll
pause