Skip to content

Commit

Permalink
Make sure we execute tests on LTS package for older LTS releases (#17430
Browse files Browse the repository at this point in the history
)

Co-authored-by: Aditya Patwardhan <adityap@microsoft.com>
  • Loading branch information
github-actions[bot] and adityapatwardhan committed May 24, 2022
1 parent 71843e7 commit 580816a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/releaseBuild/azureDevOps/releaseBuild.yml
Expand Up @@ -222,7 +222,7 @@ stages:

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

0 comments on commit 580816a

Please sign in to comment.