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

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

There is a newer version: 3.0.0-rc1
Show newest version
#!/usr/bin/env bash
#
# Generated by: https://github.com/swagger-api/swagger-codegen.git
#

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"




© 2015 - 2024 Weber Informatics LLC | Privacy Policy