mirror of
https://github.com/jlengrand/openapi-generator.git
synced 2026-03-10 08:31:23 +00:00
[csharp] Rename samples (#18260)
* renamed OpenAPIClient-httpclient to Petstore * updated bin artifacts * renamed OpenAPIClientCoreAndNet47 to MultipleFrameworks * updated bin artifacts * renamed OpenAPIClient-net47 to Petstore * renamed OpenAPIClient-net48 to Petstore * updated bin artifacts * renamed OpenAPIClient-restsharp-name-parameter-mappings to ParameterMappings * updated bin artifacts * renamed OpenAPIClientCore to Petstore * updated bin artifacts * renamed OpenAPIClient-net7.0-useDateTimeForDate to UseDateTimeForDate * updated bin artifacts * renamed OpenAPIClient-net5.0 to EnumMappings * updated bin artifacts * renamed OpenAPIClient-ConditionalSerialization to ConditionalSerialization * updated bin artifacts * renamed OpenAPIClient to Petstore * updated bin artifacts * renamed OpenAPIClient-unityWebRequest to Petstore * updated bin artifacts * updated appveyor * updated bin artifacts * updated bin artifacts * comenting out a sample project with no csproj file * updated bin artifacts
This commit is contained in:
@@ -22,10 +22,10 @@ jobs:
|
||||
matrix:
|
||||
sample:
|
||||
- samples/client/petstore/csharp/generichost/standard2.0/Petstore/
|
||||
- samples/client/petstore/csharp/httpclient/standard2.0/OpenAPIClient-httpclient/
|
||||
- samples/client/petstore/csharp/restsharp/standard2.0/OpenAPIClient/
|
||||
- samples/client/petstore/csharp/restsharp/standard2.0/OpenAPIClient-ConditionalSerialization/
|
||||
- samples/client/petstore/csharp/unityWebRequest/standard2.0/OpenAPIClient-unityWebRequest/
|
||||
- samples/client/petstore/csharp/httpclient/standard2.0/Petstore/
|
||||
- samples/client/petstore/csharp/restsharp/standard2.0/Petstore/
|
||||
- samples/client/petstore/csharp/restsharp/standard2.0/ConditionalSerialization/
|
||||
# - samples/client/petstore/csharp/unityWebRequest/standard2.0/Petstore/
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/setup-dotnet@v4.0.0
|
||||
|
||||
Reference in New Issue
Block a user