Skip to content

Commit

Permalink
Update Version Map
Browse files Browse the repository at this point in the history
  • Loading branch information
JoonghyunCho committed Sep 20, 2024
1 parent 762ffae commit 1952b66
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 2 deletions.
11 changes: 10 additions & 1 deletion workload/scripts/workload-install.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,16 @@ $LatestVersionMap = @{
"$ManifestBaseName-8.0.100-preview.4" = "7.0.108";
"$ManifestBaseName-8.0.100-preview.5" = "7.0.110";
"$ManifestBaseName-8.0.100-preview.6" = "7.0.121";
"$ManifestBaseName-8.0.200" = "8.0.142";
"$ManifestBaseName-8.0.100-preview.7" = "7.0.122";
"$ManifestBaseName-8.0.100-rc.1" = "7.0.124";
"$ManifestBaseName-8.0.100-rc.2" = "7.0.125";
"$ManifestBaseName-8.0.100-rtm" = "7.0.127";
"$ManifestBaseName-8.0.100" = "8.0.144";
"$ManifestBaseName-8.0.200" = "8.0.157";
"$ManifestBaseName-8.0.300" = "8.0.156";
"$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
11 changes: 10 additions & 1 deletion workload/scripts/workload-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,16 @@ LatestVersionMap=(
"$MANIFEST_BASE_NAME-8.0.100-preview.4=7.0.108"
"$MANIFEST_BASE_NAME-8.0.100-preview.5=7.0.110"
"$MANIFEST_BASE_NAME-8.0.100-preview.6=7.0.121"
"$MANIFEST_BASE_NAME-8.0.200=8.0.142"
"$MANIFEST_BASE_NAME-8.0.100-preview.7=7.0.122"
"$MANIFEST_BASE_NAME-8.0.100-rc.1=7.0.124"
"$MANIFEST_BASE_NAME-8.0.100-rc.2=7.0.125"
"$MANIFEST_BASE_NAME-8.0.100-rtm=7.0.127"
"$MANIFEST_BASE_NAME-8.0.100=8.0.144"
"$MANIFEST_BASE_NAME-8.0.200=8.0.157"
"$MANIFEST_BASE_NAME-8.0.300=8.0.156"
"$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 1952b66

Please sign in to comment.