Fix logic in SetTestPipelineVersionInEngCommon (#625)
Co-authored-by: Chidozie Ononiwu <chononiw@microsoft.com>
This commit is contained in:
Родитель
82500cc62c
Коммит
0cbcd888f5
|
@ -9,7 +9,7 @@ param (
|
|||
$ServiceDirectory
|
||||
)
|
||||
|
||||
. common.ps1
|
||||
. (Join-Path $PSScriptRoot common.ps1)
|
||||
|
||||
$latestTags = git tag -l "${PackageName}_*"
|
||||
$semVars = @()
|
||||
|
@ -28,6 +28,6 @@ $newVersion.PrereleaseNumber = $BuildID
|
|||
|
||||
LogDebug "Version to publish [ $($newVersion.ToString()) ]"
|
||||
|
||||
SetPackageVersion -PackageName $PackagName `
|
||||
SetPackageVersion -PackageName $PackageName `
|
||||
-Version $newVersion `
|
||||
-ServiceDirectory $ServiceDirectory `
|
||||
-ServiceDirectory $ServiceDirectory
|
Загрузка…
Ссылка в новой задаче