mirror of
https://github.com/LukeHagar/api-specs.git
synced 2025-12-09 12:27:48 +00:00
Add postscript to powershell build
This commit is contained in:
2
.github/workflows/build-powershell-sdk.yml
vendored
2
.github/workflows/build-powershell-sdk.yml
vendored
@@ -53,6 +53,7 @@ jobs:
|
||||
cd powershell-sdk
|
||||
rm -rf ./PSSailpoint/beta
|
||||
java -jar openapi-generator-cli.jar generate -i ../idn/sailpoint-api.beta.yaml -g powershell -o PSSailpoint/beta --global-property skipFormModel=false --config sdk-resources/beta-config.yaml
|
||||
node sdk-resources/postscript.js ./PSSailpoint/beta
|
||||
|
||||
- name: Build V2 SDK
|
||||
id: buildV2
|
||||
@@ -69,6 +70,7 @@ jobs:
|
||||
cd powershell-sdk
|
||||
rm -rf ./PSSailpoint/cc
|
||||
java -jar openapi-generator-cli.jar generate -i ../idn/sailpoint-api.cc.yaml -g powershell -o PSSailpoint/cc --global-property skipFormModel=false --config sdk-resources/cc-config.yaml
|
||||
node sdk-resources/postscript.js ./PSSailpoint/cc
|
||||
|
||||
- name: After SDK Generation
|
||||
id: buildSDK
|
||||
|
||||
Reference in New Issue
Block a user