diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8fecb8b4..56bfaac7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -24,7 +24,7 @@ variables: # helper x fix version number .version-fix: &version-fix - | - $env:NEW_REL = $env:VERS_MAIN+"."+(get-date –format yyMM)+"."+$CI_PIPELINE_IID + $env:NEW_REL = $env:VERS_MAIN+"."+(get-date –format yyMM)+"."+(get-date –format ddHH) $contenuto = Get-Content -path 'VersGen\VersGen.cs' -Raw $newContenuto = $contenuto -replace '0.0.0.0', $env:NEW_REL $newContenuto | Set-Content -Path 'VersGen\VersGen.cs' @@ -119,9 +119,9 @@ IOB-NEXT:build: before_script: - *nuget-fix - echo "Chiamata comando nuget-restore" - - echo "'& "$env:NUGET_PATH" restore "$env:APP_NAME.sln"-verbosity quiet'" - - '& "$env:NUGET_PATH" restore "$env:APP_NAME.sln"' - # - '& "$env:NUGET_PATH" restore "$env:APP_NAME.sln"-verbosity quiet' + - echo "'& "$env:NUGET_PATH" restore "$env:APP_NAME.sln" -verbosity quiet'" + # - '& "$env:NUGET_PATH" restore "$env:APP_NAME.sln"' + - '& "$env:NUGET_PATH" restore "$env:APP_NAME.sln" -verbosity quiet' - *version-fix script: - '& "$env:MSBUILD_PATH" "$env:APP_NAME\$env:APP_NAME.csproj" -target:Build /p:Configuration=Release /p:Platform="x86" /p:OutputPath=bin/ /verbosity:minimal /m' diff --git a/CVCncLib/CVCncLib.dll b/CVCncLib/CVCncLib.dll index 77ac5221..ae705099 100644 Binary files a/CVCncLib/CVCncLib.dll and b/CVCncLib/CVCncLib.dll differ