From 35ac2fcf566b0ee38443e4c965785efa4fc688cc Mon Sep 17 00:00:00 2001 From: Samuele Locatelli Date: Sat, 4 Feb 2023 10:07:36 +0100 Subject: [PATCH] refresh yaml --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 32b1ea5..75ac63c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -28,7 +28,7 @@ variables: # Esecuzione fix numero versione x pack nuget $fileName = "VersGen\VersGen.cs"; # calcolo nuova - $env:NEW_REL = $env:VERS_MAIN+"."+(get-date –format yyMM)+"."+(get-date –format dHH) + $env:NEW_REL = $env:VERS_MAIN+"."+(get-date -format yyMM)+"."+(get-date -format dHH) echo "New vers: $env:NEW_REL" # aggiorno file $contenuto = Get-Content -path $fileName -Raw