DocSpace-buildtools/build/runMigrations.bat
2022-11-07 19:23:31 +03:00

10 lines
238 B
Batchfile

@echo "MIGRATIONS"
@echo off
cd /D "%~dp0"
call start\stop.bat nopause
dotnet build ..\asc.web.sln
dotnet build ..\ASC.Migrations.sln
PUSHD %~dp0..\common\Tools\ASC.Migration.Runner\bin\Debug\net6.0
dotnet ASC.Migration.Runner.dll
pause