We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a0bf8e commit b999acbCopy full SHA for b999acb
eng/scripts/Update-Version.ps1
@@ -73,7 +73,7 @@ if ($jsonObject.PSObject.Properties.Name -contains "packages" -and $jsonObject.p
73
$package = $jsonObject.packages[$i]
74
75
if ($package -is [PSCustomObject] -and $package.PSObject.Properties.Name -contains "version") {
76
- $packageName = if ($package.PSObject.Properties.Name -contains "identifier") { $package.identifier } else { $packageName = $null }
+ $packageName = if ($package.PSObject.Properties.Name -contains "identifier") { $package.identifier } else { $null }
77
78
if ($packageName) {
79
Write-Debug " Updating version in $packageName`: $($package.version) → $Version"
0 commit comments