mirror of
https://github.com/PepperDash/PepperDashCore.git
synced 2026-01-28 20:04:46 +00:00
Added echo statement to PS Script
This commit is contained in:
@@ -24,6 +24,7 @@ function Update-AllAssemblyInfoFiles ( $version )
|
||||
$r= [System.Text.RegularExpressions.Regex]::Match($args[0], "^\d+\.\d+\.\d+$");
|
||||
if ($r.Success)
|
||||
{
|
||||
echo "Updating Assembly Version...";
|
||||
Update-AllAssemblyInfoFiles $args[0];
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user