diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 28b0d068c5..6917b0af80 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -49,7 +49,7 @@ build_ext_projs: - if: '$CI_PIPELINE_SOURCE == "schedule"' when: always script: - - for d in $CI_PROJECT_DIR/ExternalProjects/*; do if [ -e "$d/build_release.sh" ]; then cd "$d" && ./build_release.sh; fi; done + - for d in $CI_PROJECT_DIR/ExternalProjects/*; do if [ -e "$d/build_release.sh" ]; then cd "$d" && file -bi *.csproj && ./build_release.sh; fi; done stage: test build_ext_tools: