DocSpace-client/build/runMigrations.bat

10 lines
238 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
2022-11-23 15:26:50 +00:00
dotnet build ..\asc.web.slnf
2022-07-26 11:52:53 +00:00
dotnet build ..\ASC.Migrations.sln
2022-11-14 11:11:10 +00:00
PUSHD %~dp0..\common\Tools\ASC.Migration.Runner\bin\Debug\net7.0
2022-07-26 11:52:53 +00:00
dotnet ASC.Migration.Runner.dll
pause