Merge branch 'develop'
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user