Fix logic in SetTestPipelineVersionInEngCommon (#1794)
Co-authored-by: Chidozie Ononiwu <chononiw@microsoft.com>
This commit is contained in:
parent
64d18ea182
commit
b96f42481c
@ -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
|
||||
Loading…
Reference in New Issue
Block a user