DocSpace-client/build/runMigrations.standalone.bat

10 lines
254 B
Batchfile
Raw Normal View History

2023-06-20 14:17:48 +00:00
@echo "MIGRATIONS"
@echo off
cd /D "%~dp0"
call start\stop.bat nopause
dotnet build ..\asc.web.slnf
2023-06-21 18:11:18 +00:00
dotnet build ..\ASC.Migrations.sln
2023-06-20 14:17:48 +00:00
PUSHD %~dp0..\common\Tools\ASC.Migration.Runner\bin\Debug\net7.0
2023-06-21 18:11:18 +00:00
dotnet ASC.Migration.Runner.dll standalone=true
2023-06-20 14:17:48 +00:00
pause