Skip to content

Commit

Permalink
Update Version map
Browse files Browse the repository at this point in the history
  • Loading branch information
JoonghyunCho committed Nov 15, 2024
1 parent 936742c commit 353fec5
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 @@ -59,6 +59,7 @@ $LatestVersionMap = [ordered]@{
"$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";
"$ManifestBaseName-9.0.100" = "8.0.158";
}

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 @@ -43,6 +43,7 @@ LatestVersionMap=(
"$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"
"$MANIFEST_BASE_NAME-9.0.100=8.0.158"
)

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

0 comments on commit 353fec5

Please sign in to comment.