Skip to content

Commit

Permalink
Update Version Map
Browse files Browse the repository at this point in the history
  • Loading branch information
JoonghyunCho committed Jan 26, 2024
1 parent 03b51d0 commit 90cc233
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions workload/scripts/workload-install.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ $LatestVersionMap = @{
"$ManifestBaseName-8.0.100-rtm" = "7.0.127";
"$ManifestBaseName-8.0.100" = "8.0.130";
"$ManifestBaseName-9.0.100-alpha.1" = "8.0.134";
"$ManifestBaseName-9.0.100-preview.1" = "8.0.135";
}

function New-TemporaryDirectory {
Expand Down
1 change: 1 addition & 0 deletions workload/scripts/workload-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ LatestVersionMap=(
"$MANIFEST_BASE_NAME-8.0.100-rtm=7.0.127"
"$MANIFEST_BASE_NAME-8.0.100=7.0.130"
"$MANIFEST_BASE_NAME-9.0.100-alpha.1=8.0.134"
"$MANIFEST_BASE_NAME-9.0.100-preview.1=8.0.135"
)

while [ $# -ne 0 ]; do
Expand Down

0 comments on commit 90cc233

Please sign in to comment.