Skip to content

Commit

Permalink
Update Version map
Browse files Browse the repository at this point in the history
  • Loading branch information
JoonghyunCho committed Feb 5, 2024
1 parent f43fb9d commit 80cd87d
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 @@ -54,6 +54,7 @@ $LatestVersionMap = @{
"$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";
"$ManifestBaseName-9.0.100-preview.2" = "8.0.137";
}

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 @@ -39,6 +39,7 @@ LatestVersionMap=(
"$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"
"$MANIFEST_BASE_NAME-9.0.100-preview.2=8.0.137"
)

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

0 comments on commit 80cd87d

Please sign in to comment.