9 lines
290 B
Bash
9 lines
290 B
Bash
#!/usr/bin/env bash
|
|
#
|
|
# Generated by: https://github.com/swagger-api/swagger-codegen.git
|
|
#
|
|
|
|
dotnet restore src/IO.Swagger/ && \
|
|
dotnet build src/IO.Swagger/ && \
|
|
echo "Now, run the following to start the project: dotnet run -p src/IO.Swagger/IO.Swagger.csproj --launch-profile web"
|