Skip to content

Commit

Permalink
Update TizenFX version
Browse files Browse the repository at this point in the history
  • Loading branch information
JoonghyunCho committed Dec 20, 2023
1 parent 2cc9994 commit 7cf38f7
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/build-workload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,14 @@ on:
push:
branches:
- main
- net9.0
paths:
- 'workload/**'
- '.github/workflows/**'
pull_request:
branches: [ main ]
branches:
- main
- net9.0
paths:
- 'workload/**'
- '.github/workflows/**'
Expand Down
2 changes: 1 addition & 1 deletion workload/build/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
This version is used to generate Samsung.Tizen.Ref package.
-->
<PropertyGroup>
<TizenFXVersion>11.0.0.18030</TizenFXVersion>
<TizenFXVersion>11.0.0.18033</TizenFXVersion>
</PropertyGroup>

<!--
Expand Down
2 changes: 1 addition & 1 deletion workload/scripts/workload-install.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ $LatestVersionMap = @{
"$ManifestBaseName-8.0.100-rc.2" = "7.0.125";
"$ManifestBaseName-8.0.100-rtm" = "7.0.127";
"$ManifestBaseName-8.0.100" = "8.0.130";
"$ManifestBaseName-9.0.100" = "8.0.131";
"$ManifestBaseName-9.0.100-alpha.1" = "8.0.131";
}

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 @@ -37,6 +37,7 @@ LatestVersionMap=(
"$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.130"
"$MANIFEST_BASE_NAME-9.0.100-alpha.1=8.0.131"
)

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

0 comments on commit 7cf38f7

Please sign in to comment.