rename .bat

This commit is contained in:
Maksim Chegulov 2021-10-11 17:20:36 +03:00
parent 73624e0aed
commit 7402071c13
2 changed files with 7 additions and 1 deletions

View File

@ -1,4 +1,4 @@
call build/generateMigrations.bat
call build/createMigrations.bat
PUSHD %~dp0..
dotnet build ASC.Web.sln /fl1 /flp1:LogFile=build/ASC.Web.log;Verbosity=Normal

View File

@ -0,0 +1,6 @@
echo "MIGRATIONS"
PUSHD %~dp0..\common\Tools\AutoMigrationCreator
dotnet run ASC.Tools.sln
pause