diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 088d10e..a82079b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -119,11 +119,9 @@ SDK:Build: stage: build tags: - win - only: - refs: - - develop - #variables: - # - APP_NAME: 'PUB' +# only: +# refs: +# - develop before_script: - *nuget-fix - '& "$env:NUGET_PATH" restore "$env:SOL_NAME.sln"' # path alla solution corrente