handlebars.aspnetcore.build.bat.mustache Maven / Gradle / Ivy
:: Generated by: https://github.com/swagger-api/swagger-codegen.git
::
@echo off
dotnet restore src{{backslash}}{{packageName}}
dotnet build src{{backslash}}{{packageName}}
echo Now, run the following to start the project: dotnet run -p src{{backslash}}{{packageName}}{{backslash}}{{packageName}}.csproj --launch-profile web.
echo.