Initial Commit from Swagger-Gen
This commit is contained in:
8
build.sh
Normal file
8
build.sh
Normal file
@ -0,0 +1,8 @@
|
||||
#!/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"
|
||||
Reference in New Issue
Block a user