From ee03463ff9bb284d1e51b1f5bef601ef045be764 Mon Sep 17 00:00:00 2001 From: Samuele Locatelli Date: Mon, 11 Apr 2022 18:26:41 +0200 Subject: [PATCH] Fix step version-fix --- .gitlab-ci.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6b25072..bfaa139 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -26,7 +26,7 @@ variables: .version-fix: &version-fix - | # Esecuzione fix numero versione x pack nuget - $fileName = ".\VersGen\VersGen.cs"; + $fileName = ".INTERFACE\VersGen\VersGen.cs"; # calcolo nuova $env:NEW_REL = $env:VERS_MAIN+"."+(get-date –format yyMM)+"."+(get-date –format dHH) echo "New vers: $env:NEW_REL" @@ -100,9 +100,8 @@ WebLCP:build: APP_NAME: WebLCP before_script: - *nuget-fix - - '& echo "$env:NUGET_PATH" restore "INTERFACE\$env:SOL_NAME.sln" -Verbosity quiet' - - '& "$env:NUGET_PATH" restore "INTERFACE\$env:SOL_NAME.sln"' -# - '& "$env:NUGET_PATH" restore "INTERFACE\$env:SOL_NAME.sln" -Verbosity quiet' + # - '& echo "$env:NUGET_PATH" restore "INTERFACE\$env:SOL_NAME.sln" -Verbosity quiet' + - '& "$env:NUGET_PATH" restore "INTERFACE\$env:SOL_NAME.sln" -Verbosity quiet' - *version-fix script: - '& "$env:MSBUILD_PATH" INTERFACE/$env:APP_NAME/$env:APP_NAME.csproj -target:Build /p:Configuration=Release /p:Platform="Any CPU" /p:OutputPath=bin/ /verbosity:minimal /m'