diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d44cfda..ddb7ad2 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -176,25 +176,25 @@ Net:install: - *nexusUpload needs: ["Net:build"] -# Core:install: -# stage: installer -# tags: -# - win -# only: -# - develop -# - master -# needs: ["Core:build"] -# variables: -# APP_NAME: REMAN -# NEXUS_PATH: REMAN -# before_script: -# # - *nuget-fix -# # - dotnet restore -# script: -# - dotnet publish -p:PublishProfile=IISProfile.pubxml -p:RunCodeAnalysis=false -p:Configuration=Release REMAN/REMAN/REMAN.csproj -o:publish -# # qui il deploy su nexus... -# - *hashBuild -# - *nexusUpload +Core:install: + stage: installer + tags: + - win + only: + - develop +# - master + needs: ["Core:build"] + variables: + APP_NAME: REMAN + NEXUS_PATH: REMAN + before_script: + # - *nuget-fix + - dotnet restore + script: + - dotnet publish -p:PublishProfile=IISProfile.pubxml -p:RunCodeAnalysis=false -p:Configuration=Release REMAN/REMAN/REMAN.csproj -o:publish + # qui il deploy su nexus... + - *hashBuild + - *nexusUpload # VARIABILI # Tema numero versione: si potrebbe usare la variabile CI_COMMIT_TAG con $env:CI_COMMIT_TAG, in questo caso SOLO SE c'รจ un tag sistema versione...