ci debugging
This commit is contained in:
@ -19,6 +19,7 @@ extract_client_definition:
|
|||||||
|
|
||||||
generateclient_dotnetcore:
|
generateclient_dotnetcore:
|
||||||
after_script:
|
after_script:
|
||||||
|
- ls -l output/*
|
||||||
- if [ -f output/src/$CLIENT_PACKAGE_PREFIX.$CI_PROJECT_NAME.$INSTANCE_SPECIFIER.v$API_MAJOR_VERSION/Model/ErrorResultObject.cs ]; then
|
- 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";
|
echo "ErrorResultObject.cs exists, start the postprocessing";
|
||||||
fi
|
fi
|
||||||
|
Reference in New Issue
Block a user