@echo off   echo ASPNETCORE_ENVIRONMENT=Development   dotnet build   start "Edu.WebApi" dotnet bin\Debug\netcoreapp3.1\Edu.WebApi.dll --urls http://0.0.0.0:5001 --ip="127.0.0.1" --port=5001 exit