mirror of
https://github.com/tribufu/ServerManagers
synced 2026-05-06 15:17:34 +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() {
|
||||
param(
|
||||
[Parameter(Mandatory = $true)] [int]$numberOfVersions,
|
||||
[Parameter(Mandatory = $true)] [string]$extractedBuildNumbers
|
||||
[Parameter(Mandatory = $true)] $extractedBuildNumbers
|
||||
)
|
||||
|
||||
return [string]::Join('.',($extractedBuildNumbers | select -First ($numberOfVersions)))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue