mirror of
https://github.com/PepperDash/PepperDashCore.git
synced 2026-04-12 03:57:08 +00:00
Added echo statement to PS Script
This commit is contained in:
parent
fcf59f7b4c
commit
c205f2b671
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue