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

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

There is a newer version: 6.2.1.2
Show newest version
:: Generated by: https://openapi-generator.tech
::

@echo off

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy