DocSpace-buildtools/runMigrations.bat

10 lines
259 B
Batchfile
Raw Normal View History

@echo "MIGRATIONS"
@echo off
2022-07-26 11:52:53 +00:00
cd /D "%~dp0"
call start\stop.bat nopause
2023-10-03 15:14:05 +00:00
dotnet build ..\server\asc.web.slnf
dotnet build ..\server\ASC.Migrations.sln
PUSHD %~dp0..\server\common\Tools\ASC.Migration.Runner\bin\Debug\net7.0
2022-07-26 11:52:53 +00:00
dotnet ASC.Migration.Runner.dll
pause