From a403d8771ea66d176612dedbd392ce016514710f Mon Sep 17 00:00:00 2001 From: Samuele Locatelli Date: Fri, 8 Aug 2025 09:13:38 +0200 Subject: [PATCH] fix yaml x calcolo rel number --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index cd78c28..8571281 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -110,7 +110,7 @@ variables: .nuspec-fix: &nuspec-fix - | echo "Modifica dati versione pacchetto nuget" - $fileNameRel = "$env:APP_NAME/$env:APP_NAME.vbproj"; + $fileNameRel = "$env:APP_NAME/$env:APP_NAME.csproj"; $fileContent = Get-Content $fileNameRel -Raw; $pattern = '(?i)\s*(.*?)\s*' $vers = if ($fileContent -match $pattern) { $matches[1] } else { $null }