update run command

This commit is contained in:
Maksim Chegulov 2021-10-12 14:17:16 +03:00
parent a19dfef1ab
commit 8a782a9993

View File

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