This commit is contained in:
2021-12-08 15:29:12 +01:00
parent 041ca19da0
commit fc8f31e5df

View File

@ -19,7 +19,7 @@ extract_client_definition:
generateclient_dotnetcore:
after_script:
- ls -l output/*
- ls -lR output
- 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