mirror of
https://github.com/tribufu/ServerManagers
synced 2026-06-01 09:42:39 +00:00
pipeline file changes
This commit is contained in:
parent
aa50477472
commit
50e1fc1585
1 changed files with 1 additions and 1 deletions
|
|
@ -73,7 +73,7 @@ steps:
|
||||||
Function Get-VersionString() {
|
Function Get-VersionString() {
|
||||||
param(
|
param(
|
||||||
[Parameter(Mandatory = $true)] [int]$numberOfVersions,
|
[Parameter(Mandatory = $true)] [int]$numberOfVersions,
|
||||||
[Parameter(Mandatory = $true)] [string]$extractedBuildNumbers
|
[Parameter(Mandatory = $true)] $extractedBuildNumbers
|
||||||
)
|
)
|
||||||
|
|
||||||
return [string]::Join('.',($extractedBuildNumbers | select -First ($numberOfVersions)))
|
return [string]::Join('.',($extractedBuildNumbers | select -First ($numberOfVersions)))
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue