Skip to content

Commit

Permalink
Fix logic in SetTestPipelineVersionInEngCommon (#625)
Browse files Browse the repository at this point in the history
Co-authored-by: Chidozie Ononiwu <chononiw@microsoft.com>
  • Loading branch information
azure-sdk and chidozieononiwu committed Mar 5, 2021
1 parent 82500cc commit 0cbcd88
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions eng/common/scripts/SetTestPipelineVersion.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ param (
$ServiceDirectory
)

. common.ps1
. (Join-Path $PSScriptRoot common.ps1)

$latestTags = git tag -l "${PackageName}_*"
$semVars = @()
Expand All @@ -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

0 comments on commit 0cbcd88

Please sign in to comment.