diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index bfdd347..47233ad 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -3,7 +3,7 @@ variables: NEW_REL: '' NUM_REL: '0.1.2.3' NUM_DEB: '0.1.2-beta.3' - NU_TYPE: 'Debug' + NU_TYPE: 'Release' APP_NAME: 'Egw.Core.Razor.Comp' SOL_NAME: 'Egw.Core.Razor.Comp' NUGET_PATH: 'C:\Tools\nuget.exe' @@ -46,7 +46,7 @@ variables: - | echo "Modifica dati file nuspec Release" $currRelease = $env:NUM_DEB - + # if ($env:NU_TYPE == "Debug") # { # $currRelease = $env:NUM_DEB