DocSpace-client/build/createMigrations.bat

6 lines
134 B
Batchfile
Raw Normal View History

2021-10-12 11:17:16 +00:00
@echo "MIGRATIONS"
@echo off
2021-10-11 14:20:36 +00:00
2022-08-16 14:46:29 +00:00
PUSHD %~dp0..\common\Tools\ASC.Migration.Creator
dotnet run --project ASC.Migration.Creator.csproj
pause