Files
bank-backend/build.bat

10 lines
266 B
Batchfile

:: 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.