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