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

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

There is a newer version: 6.2.1.2
Show newest version
#!/usr/bin/env bash
#
# Generated by: https://openapi-generator.tech
#

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"




© 2015 - 2024 Weber Informatics LLC | Privacy Policy