DocSpace-buildtools/runMigrations.standalone.bat

10 lines
269 B
Batchfile
Raw Permalink Normal View History

2023-06-20 14:17:48 +00:00
@echo "MIGRATIONS"
@echo off
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
2024-08-19 10:03:44 +00:00
PUSHD %~dp0..\server\common\Tools\ASC.Migration.Runner\bin\Debug\
2023-06-21 18:11:18 +00:00
dotnet ASC.Migration.Runner.dll standalone=true
2023-06-20 14:17:48 +00:00
pause