diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b92616e..8d2227c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -110,7 +110,7 @@ variables: .nuspec-fix-framework: &nuspec-fix-framework - | echo "Modifica dati versione pacchetto nuget x progetti Framework" - $fileNameRel = "$env:APP_NAME/$env:APP_NAME.nuspec"; + $fileNameRel = "$env:APP_NAME.nuspec"; $fileContent = Get-Content $fileNameRel -Raw; $pattern = '(?i)\s*(.*?)\s*' $vers = if ($fileContent -match $pattern) { $matches[1] } else { $null }