diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6e6eb9c..723c547 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -92,8 +92,8 @@ stages: build_job: stage: build - rules: - - if: '$CI_COMMIT_BRANCH == "develop"' +# rules: +# - if: '$CI_COMMIT_BRANCH == "develop"' before_script: - *nuget-fix - '& "$env:NUGET_PATH" restore LPA.sln' # path alla solution corrente