openapi-generator/bin/windows/csharp-netcore-petstore-all.bat
jornhd 28f649a078
Issue 5306 support for client certificates (#5328)
* Issue #5306: Added support for client certificates for csharp-netcore

* Added missing windows petstore scripts

* Updated sample client

* Added missing openapi3 samples

* Added missing images causing openapi3 test projects to fail
2020-02-20 09:49:49 +08:00

8 lines
191 B
Batchfile

REM C# Petstore API client .NET Standard 2.0
call .\bin\windows\csharp-netcore-petstore.bat
REM C# Petstore API client .NET Core 2.0
call .\bin\windows\csharp-netcore-petstore-netcore.bat