postprocessing of dotnetcore client
This commit is contained in:
@ -17,6 +17,13 @@ extract_client_definition:
|
||||
- cat ws.json | jq 'setpath(["servers", 0, "url"]; "'$URL'")' > ws.json-new
|
||||
- rm ws.json && mv ws.json-new ws.json
|
||||
|
||||
generateclient_dotnetcore:
|
||||
after_script:
|
||||
- if [ -f output/src/$CLIENT_PACKAGE_PREFIX.$CI_PROJECT_NAME.$INSTANCE_SPECIFIER.v$API_MAJOR_VERSION/Model/ErrorResultObject.cs ]; then
|
||||
echo "ErrorResultObject.cs exists, start the postprocessing";
|
||||
fi
|
||||
- mv output output_dotnetcore
|
||||
|
||||
.deploy_test_dev:
|
||||
extends: .deploy
|
||||
tags:
|
||||
|
Reference in New Issue
Block a user