Skip to content

Commit

Permalink
Merge pull request #78 from ingrammicro-xvantage/feature/tweak-workflow
Browse files Browse the repository at this point in the history
Added nullable refrence types for C#
  • Loading branch information
im-deviprakash authored Jan 3, 2025
2 parents 8099315 + 9b44e40 commit 2c85ada
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sdk_generator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
npm install -g @openapitools/openapi-generator-cli@latest
- name: Generate C# SDK
run: |
openapi-generator-cli generate -i openapispec/unified/XI-Resellers-API-Spec.yaml -g csharp -o ${{ github.workspace }}/csharpsdk --package-name xi.sdk.resellers --library httpclient
openapi-generator-cli generate -i openapispec/unified/XI-Resellers-API-Spec.yaml -g csharp -o ${{ github.workspace }}/csharpsdk --package-name xi.sdk.resellers --library httpclient --additional-properties=nullableReferenceTypes=true
- name: Configure Git for C# SDK
run: |
Expand Down

0 comments on commit 2c85ada

Please sign in to comment.