Skip to content

Commit

Permalink
Update Version map
Browse files Browse the repository at this point in the history
  • Loading branch information
JoonghyunCho committed Aug 11, 2023
1 parent ce249ab commit b1a950d
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 @@ -47,6 +47,7 @@ $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.100-rc.1" = "7.0.124";
}

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 @@ -32,6 +32,7 @@ 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.100-rc.1=7.0.124"
)

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

0 comments on commit b1a950d

Please sign in to comment.