From cfe17445f2b41cc6a40e51e1f4824b7f3b00e5b1 Mon Sep 17 00:00:00 2001 From: Samuele Locatelli Date: Thu, 19 May 2022 16:56:29 +0200 Subject: [PATCH] Correzione replace x versioni prod.. --- .gitlab-ci.yml | 1 + EgwProxy.OsaiCncLib.Release.nuspec | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9d7d26c1..d4c01058 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -56,6 +56,7 @@ variables: $currDebug = $env:NUM_DEB $find = "(.|\n)*?"; $fileNameRel = "$env:APP_NAME.Release.nuspec"; + $replRel = "" + $currRelease + ""; $nuspDataRel = Get-Content $fileNameRel; $nuspDataRelUpd = $nuspDataRel -replace $find, $replRel; $nuspDataRelUpd = $nuspDataRelUpd -replace "#copyright#", $replCopy; diff --git a/EgwProxy.OsaiCncLib.Release.nuspec b/EgwProxy.OsaiCncLib.Release.nuspec index 18dde968..4b7ef6c7 100644 --- a/EgwProxy.OsaiCncLib.Release.nuspec +++ b/EgwProxy.OsaiCncLib.Release.nuspec @@ -10,7 +10,7 @@ Libreria per comunicazione CNC OSAI #releaseNotes# #copyright# - EgwProxy.OsaiCncLib EgwProxy OsaiCncLib OSAI + EgwProxy.OsaiCncLib EgwProxy OsaiCncLib