From 8a782a9993a0b0c70f73554f15fdd07ea3bd6e1a Mon Sep 17 00:00:00 2001 From: MaksimChegulov Date: Tue, 12 Oct 2021 14:17:16 +0300 Subject: [PATCH] update run command --- build/createMigrations.bat | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/build/createMigrations.bat b/build/createMigrations.bat index 9deaabf964..db2b0d2bf8 100644 --- a/build/createMigrations.bat +++ b/build/createMigrations.bat @@ -1,6 +1,5 @@ -echo "MIGRATIONS" +@echo "MIGRATIONS" +@echo off PUSHD %~dp0..\common\Tools\AutoMigrationCreator -dotnet run ASC.Tools.sln - -pause \ No newline at end of file +dotnet run --project AutoMigrationCreator.csproj \ No newline at end of file