mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-05-13 05:00:50 +00:00
* rename csharp-netcore to csharp * rename file * renmae modules/openapi-generator/src/main/resources/csharp-netcore * update samples * mv dir * update samples * rename csharp-netcore to csharp in appveyor.yml * update doc
9 lines
225 B
Bash
9 lines
225 B
Bash
#!/usr/bin/env bash
|
|
#
|
|
# Generated by: https://openapi-generator.tech
|
|
#
|
|
|
|
dotnet restore src/Org.OpenAPITools/ && \
|
|
dotnet build src/Org.OpenAPITools/ && \
|
|
echo "Now, run the following to start the project: func start"
|