Initial Commit from Swagger-Gen
This commit is contained in:
9
build.bat
Normal file
9
build.bat
Normal file
@ -0,0 +1,9 @@
|
||||
:: Generated by: https://github.com/swagger-api/swagger-codegen.git
|
||||
::
|
||||
|
||||
@echo off
|
||||
|
||||
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.
|
||||
echo.
|
||||
Reference in New Issue
Block a user