File tree Expand file tree Collapse file tree 7 files changed +11
-11
lines changed
Samsung.Tizen.Sdk/targets Expand file tree Collapse file tree 7 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 24
24
25
25
jobs :
26
26
build :
27
- runs-on : ubuntu-latest
27
+ runs-on : ubuntu-22.04
28
28
steps :
29
- - uses : actions/checkout@v2
29
+ - uses : actions/checkout@v3
30
30
with :
31
31
fetch-depth : 0
32
32
44
44
45
45
46
46
deploy :
47
- runs-on : ubuntu-latest
47
+ runs-on : ubuntu-22.04
48
48
needs : build
49
49
if : ${{ github.ref == 'refs/heads/main' }}
50
50
steps :
Original file line number Diff line number Diff line change 14
14
15
15
jobs :
16
16
release :
17
- runs-on : ubuntu-20 .04
17
+ runs-on : ubuntu-22 .04
18
18
steps :
19
- - uses : actions/checkout@v2
19
+ - uses : actions/checkout@v3
20
20
with :
21
21
fetch-depth : 0
22
22
27
27
env :
28
28
PRERELEASE_TAG : ${{ github.event.inputs.prerelease }}
29
29
IS_STABLE_RELEASE_TAG : ${{ fromJson(github.event.inputs.isStableRelease) }}
30
- run : make msi -d
30
+ run : make install -d
31
31
working-directory : ./workload
32
32
33
33
- name : Push packages to NuGet.org
Original file line number Diff line number Diff line change 15
15
example: -preview.3.100+sha12345
16
16
-->
17
17
<PropertyGroup >
18
- <TizenWorkloadVersion >10.0.103 </TizenWorkloadVersion >
18
+ <TizenWorkloadVersion >10.0.107 </TizenWorkloadVersion >
19
19
</PropertyGroup >
20
20
21
21
<!--
Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ $LatestVersionMap = @{
54
54
" $ManifestBaseName -8.0.100" = " 8.0.144" ;
55
55
" $ManifestBaseName -8.0.200" = " 8.0.145" ;
56
56
" $ManifestBaseName -8.0.300" = " 8.0.149" ;
57
- " $ManifestBaseName -8.0.400" = " 10.0.103 " ;
57
+ " $ManifestBaseName -8.0.400" = " 10.0.107 " ;
58
58
}
59
59
60
60
function New-TemporaryDirectory {
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ LatestVersionMap=(
39
39
" $MANIFEST_BASE_NAME -8.0.100=8.0.144"
40
40
" $MANIFEST_BASE_NAME -8.0.200=8.0.145"
41
41
" $MANIFEST_BASE_NAME -8.0.300=8.0.149"
42
- " $MANIFEST_BASE_NAME -8.0.400=10.0.103 "
42
+ " $MANIFEST_BASE_NAME -8.0.400=10.0.107 "
43
43
)
44
44
45
45
while [ $# -ne 0 ]; do
Original file line number Diff line number Diff line change 21
21
},
22
22
"Samsung.Tizen.Sdk.net6" : {
23
23
"kind" : " sdk" ,
24
- "version" : " 9.0.101 " ,
24
+ "version" : " 9.0.102 " ,
25
25
"alias-to" : {
26
26
"any" : " Samsung.Tizen.Sdk"
27
27
}
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ Copyright (c) Samsung All rights reserved.
27
27
<_TargetingPackVersion >**FromWorkload**</_TargetingPackVersion >
28
28
<_TargetingPackVersion Condition =" $(_TargetFramework.EndsWith('7.0'))" >7.0.123</_TargetingPackVersion >
29
29
<_TargetingPackVersion Condition =" $(_TargetFramework.EndsWith('8.0'))" >8.0.154</_TargetingPackVersion >
30
- <_TargetingPackVersion Condition =" $(_TargetFramework.EndsWith('9.0'))" >9.0.101 </_TargetingPackVersion >
30
+ <_TargetingPackVersion Condition =" $(_TargetFramework.EndsWith('9.0'))" >9.0.102 </_TargetingPackVersion >
31
31
<_TargetingPackVersion Condition =" $(_TargetFramework.EndsWith('10.0'))" >**FromWorkload**</_TargetingPackVersion >
32
32
</PropertyGroup >
33
33
You can’t perform that action at this time.
0 commit comments