All Downloads are FREE. Search and download functionalities are using the official Maven repository.

aspnetcore.build.bat.mustache Maven / Gradle / Ivy

There is a newer version: 3.0.0-rc1
Show newest version
:: Generated by: https://github.com/swagger-api/swagger-codegen.git
::

@echo off

dotnet restore src\{{packageName}}
dotnet build src\{{packageName}}
echo Now, run the following to start the project: dotnet run -p src\{{packageName}}\{{packageName}}.csproj --launch-profile web.
echo.




© 2015 - 2024 Weber Informatics LLC | Privacy Policy