9 lines
286 B
Bash
9 lines
286 B
Bash
#!/usr/bin/env bash
|
|
#
|
|
# Generated by: https://openapi-generator.tech
|
|
#
|
|
|
|
dotnet restore src/Example.Common/ && \
|
|
dotnet build src/Example.Common/ && \
|
|
echo "Now, run the following to start the project: dotnet run -p src/Example.Common/Example.Common.csproj --launch-profile web"
|