refresh yaml

This commit is contained in:
Samuele Locatelli
2023-02-04 10:07:36 +01:00
parent d3232e1189
commit 35ac2fcf56
+1 -1
View File
@@ -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