Skip to content

Commit 1b62ecd

Browse files
Fixed typo :'(
1 parent c7e3038 commit 1b62ecd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

BuildFunctions.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ function Get-Next-Version-String ($PackageId)
228228
if ($stable -eq 1){
229229
$nextVersion = $preReleaseVersion
230230
Set-Forced-Git-Version $nextVersion
231-
} elseif ($table -eq 2) {
231+
} elseif ($stable -eq 2) {
232232
$nextVersion = $nugetGitVersion
233233
} else {
234234
$nextVersion = "$($nugetGitVersion)-$($prefix)-build$($buildMetaData)"

0 commit comments

Comments
 (0)