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 950ff45 commit 00d165eCopy full SHA for 00d165e
tools/releaseBuild/azureDevOps/releaseBuild.yml
@@ -222,7 +222,7 @@ stages:
222
223
- powershell: |
224
$metadata = Get-Content '$(Build.SourcesDirectory)/tools/metadata.json' -Raw | ConvertFrom-Json
225
- $LTS = $metadata.LTSRelease.Latest
+ $LTS = $metadata.LTSRelease.Package
226
@{ ReleaseVersion = "$(Version)"; LTSRelease = $LTS } | ConvertTo-Json | Out-File "$(Build.StagingDirectory)\release.json"
227
Get-Content "$(Build.StagingDirectory)\release.json"
228
Write-Host "##vso[artifact.upload containerfolder=metadata;artifactname=metadata]$(Build.StagingDirectory)\release.json"
0 commit comments