Skip to content

Commit 00d165e

Browse files
Make sure we execute tests on LTS package for older LTS releases (PowerShell#17326)
1 parent 950ff45 commit 00d165e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/releaseBuild/azureDevOps/releaseBuild.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ stages:
222222

223223
- powershell: |
224224
$metadata = Get-Content '$(Build.SourcesDirectory)/tools/metadata.json' -Raw | ConvertFrom-Json
225-
$LTS = $metadata.LTSRelease.Latest
225+
$LTS = $metadata.LTSRelease.Package
226226
@{ ReleaseVersion = "$(Version)"; LTSRelease = $LTS } | ConvertTo-Json | Out-File "$(Build.StagingDirectory)\release.json"
227227
Get-Content "$(Build.StagingDirectory)\release.json"
228228
Write-Host "##vso[artifact.upload containerfolder=metadata;artifactname=metadata]$(Build.StagingDirectory)\release.json"

0 commit comments

Comments
 (0)