forked from loafle/openapi-generator-original
[C#] Add CI tests to cover C# Petstore client with "PropertyChanged" (#3796)
* add c# api client with proeprty changed to CI * add shell script to update all C# petstore sample
This commit is contained in:
7
bin/csharp-petstore-all.sh
Executable file
7
bin/csharp-petstore-all.sh
Executable file
@@ -0,0 +1,7 @@
|
||||
#!/bin/sh
|
||||
|
||||
# C# Petstore API client
|
||||
./bin/csharp-petstore.sh
|
||||
|
||||
# C# Petstore API client with PropertyChanged
|
||||
./bin/csharp-property-changed-petstore.sh
|
||||
Reference in New Issue
Block a user