DocSpace-buildtools/runMigrations.bat

10 lines
253 B
Batchfile
Raw Permalink 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
2023-11-20 14:51:42 +00:00
PUSHD %~dp0..\server\common\Tools\ASC.Migration.Runner\bin\Debug\
2022-07-26 11:52:53 +00:00
dotnet ASC.Migration.Runner.dll
pause