Echo variazione nuspec da controllare
This commit is contained in:
+4
-1
@@ -51,7 +51,7 @@ variables:
|
|||||||
# helper x fix nuspec file: se debug aggiunge -beta nel blocco 3 del SemVer
|
# helper x fix nuspec file: se debug aggiunge -beta nel blocco 3 del SemVer
|
||||||
.nuspec-fix: &nuspec-fix
|
.nuspec-fix: &nuspec-fix
|
||||||
- |
|
- |
|
||||||
echo "Modifica dati versione pacchetto nuget"
|
echo "Modifica dati versione pacchetto nuspec"
|
||||||
$fileNameRel = "$env:APP_NAME/$env:APP_NAME.nuspec";
|
$fileNameRel = "$env:APP_NAME/$env:APP_NAME.nuspec";
|
||||||
$fileContent = Get-Content $fileNameRel -Raw;
|
$fileContent = Get-Content $fileNameRel -Raw;
|
||||||
$pattern = '(?i)<version>\s*(.*?)\s*</version>'
|
$pattern = '(?i)<version>\s*(.*?)\s*</version>'
|
||||||
@@ -71,6 +71,9 @@ variables:
|
|||||||
$newContent = $fileContent -replace $findVers, $replVers;
|
$newContent = $fileContent -replace $findVers, $replVers;
|
||||||
Set-Content -Path $fileNameRel -Value $newContent;
|
Set-Content -Path $fileNameRel -Value $newContent;
|
||||||
echo "Modifica dati file progetto x nuspec completata su file $fileNameRel"
|
echo "Modifica dati file progetto x nuspec completata su file $fileNameRel"
|
||||||
|
echo "-----------------------------"
|
||||||
|
echo "$newContent"
|
||||||
|
echo "-----------------------------"
|
||||||
|
|
||||||
stages:
|
stages:
|
||||||
- build
|
- build
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
<package >
|
<package >
|
||||||
<metadata>
|
<metadata>
|
||||||
<id>SteamWare.IO</id>
|
<id>SteamWare.IO</id>
|
||||||
<version>5.4.2509.1610</version>
|
<version>0.0.0.0</version>
|
||||||
<authors>Samuele E. Locatelli</authors>
|
<authors>Samuele E. Locatelli</authors>
|
||||||
<description>Steamware IO helper lib for framework projects</description>
|
<description>Steamware IO helper lib for framework projects</description>
|
||||||
<requireLicenseAcceptance>false</requireLicenseAcceptance>
|
<requireLicenseAcceptance>false</requireLicenseAcceptance>
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
<package >
|
<package >
|
||||||
<metadata>
|
<metadata>
|
||||||
<id>SteamWare.Logger</id>
|
<id>SteamWare.Logger</id>
|
||||||
<version>5.4.2509.1610</version>
|
<version>0.0.0.0</version>
|
||||||
<authors>Samuele E. Locatelli</authors>
|
<authors>Samuele E. Locatelli</authors>
|
||||||
<description>Steamware Logger helper lib for framework projects</description>
|
<description>Steamware Logger helper lib for framework projects</description>
|
||||||
<requireLicenseAcceptance>false</requireLicenseAcceptance>
|
<requireLicenseAcceptance>false</requireLicenseAcceptance>
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
<package >
|
<package >
|
||||||
<metadata>
|
<metadata>
|
||||||
<id>SteamWare.Reports</id>
|
<id>SteamWare.Reports</id>
|
||||||
<version>5.4.2509.1610</version>
|
<version>0.0.0.0</version>
|
||||||
<authors>Samuele E. Locatelli</authors>
|
<authors>Samuele E. Locatelli</authors>
|
||||||
<description>Steamware Reports helper lib for framework projects</description>
|
<description>Steamware Reports helper lib for framework projects</description>
|
||||||
<requireLicenseAcceptance>false</requireLicenseAcceptance>
|
<requireLicenseAcceptance>false</requireLicenseAcceptance>
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
<package >
|
<package >
|
||||||
<metadata>
|
<metadata>
|
||||||
<id>SteamWare</id>
|
<id>SteamWare</id>
|
||||||
<version>5.4.2509.1610</version>
|
<version>0.0.0.0</version>
|
||||||
<authors>Samuele E. Locatelli</authors>
|
<authors>Samuele E. Locatelli</authors>
|
||||||
<description>Steamware global helper lib for framework projects</description>
|
<description>Steamware global helper lib for framework projects</description>
|
||||||
<requireLicenseAcceptance>false</requireLicenseAcceptance>
|
<requireLicenseAcceptance>false</requireLicenseAcceptance>
|
||||||
|
|||||||
@@ -2,9 +2,9 @@
|
|||||||
<package >
|
<package >
|
||||||
<metadata>
|
<metadata>
|
||||||
<id>SteamWare.Scheduler</id>
|
<id>SteamWare.Scheduler</id>
|
||||||
<version>5.4.2509.1610</version>
|
<version>0.0.0.0</version>
|
||||||
<authors>Samuele E. Locatelli</authors>
|
<authors>Samuele E. Locatelli</authors>
|
||||||
<description>Steamware Scheduler helper lib for framework projects</description>
|
<description>SteamWare Scheduler helper lib for framework projects</description>
|
||||||
<requireLicenseAcceptance>false</requireLicenseAcceptance>
|
<requireLicenseAcceptance>false</requireLicenseAcceptance>
|
||||||
</metadata>
|
</metadata>
|
||||||
</package>
|
</package>
|
||||||
|
|||||||
Reference in New Issue
Block a user