Skip to content

Commit

Permalink
Fix logic in SetTestPipelineVersionInEngCommon (#1470)
Browse files Browse the repository at this point in the history
Fixing up errors in `SetTestPipelineVersion.ps1`
  • Loading branch information
chidozieononiwu authored Mar 5, 2021
1 parent c9b5add commit d8addb7
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 d8addb7

Please sign in to comment.