Correzione replace x versioni prod..
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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" />
|
||||
|
||||
Reference in New Issue
Block a user