Correzione replace x versioni prod..

This commit is contained in:
Samuele Locatelli
2022-05-19 16:56:29 +02:00
parent efe49a6b85
commit cfe17445f2
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -56,6 +56,7 @@ variables:
$currDebug = $env:NUM_DEB
$find = "<version>(.|\n)*?</version>";
$fileNameRel = "$env:APP_NAME.Release.nuspec";
$replRel = "<version>" + $currRelease + "</version>";
$nuspDataRel = Get-Content $fileNameRel;
$nuspDataRelUpd = $nuspDataRel -replace $find, $replRel;
$nuspDataRelUpd = $nuspDataRelUpd -replace "#copyright#", $replCopy;
+1 -1
View File
@@ -10,7 +10,7 @@
<description>Libreria per comunicazione CNC OSAI</description>
<releaseNotes>#releaseNotes#</releaseNotes>
<copyright>#copyright#</copyright>
<tags>EgwProxy.OsaiCncLib EgwProxy OsaiCncLib OSAI</tags>
<tags>EgwProxy.OsaiCncLib EgwProxy OsaiCncLib</tags>
</metadata>
<files>
<file src="EgwProxy.OsaiCncLib\bin\Debug\EgwProxy*.dll" target="lib" />