File tree 2 files changed +6
-1
lines changed
2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 11
11
solution-path : PrismLibrary_Core.slnf
12
12
code-sign : true
13
13
artifact-name : Core
14
+ build-args : /p:OfficialRelease=true
14
15
secrets :
15
16
codeSignKeyVault : ${{ secrets.CodeSignKeyVault }}
16
17
codeSignClientId : ${{ secrets.CodeSignClientId }}
25
26
solution-path : PrismLibrary_Wpf.slnf
26
27
code-sign : true
27
28
artifact-name : Wpf
29
+ build-args : /p:OfficialRelease=true
28
30
secrets :
29
31
codeSignKeyVault : ${{ secrets.CodeSignKeyVault }}
30
32
codeSignClientId : ${{ secrets.CodeSignClientId }}
40
42
code-sign : true
41
43
artifact-name : Forms
42
44
jdk-version : 13
45
+ build-args : /p:OfficialRelease=true
43
46
secrets :
44
47
codeSignKeyVault : ${{ secrets.CodeSignKeyVault }}
45
48
codeSignClientId : ${{ secrets.CodeSignClientId }}
58
61
run-tests : false
59
62
code-sign : true
60
63
artifact-name : Uno
64
+ build-args : /p:OfficialRelease=true
61
65
secrets :
62
66
codeSignKeyVault : ${{ secrets.CodeSignKeyVault }}
63
67
codeSignClientId : ${{ secrets.CodeSignClientId }}
74
78
install-workload : maui maui-tizen
75
79
code-sign : true
76
80
artifact-name : Maui
81
+ build-args : /p:OfficialRelease=true
77
82
secrets :
78
83
codeSignKeyVault : ${{ secrets.CodeSignKeyVault }}
79
84
codeSignClientId : ${{ secrets.CodeSignClientId }}
Original file line number Diff line number Diff line change 87
87
88
88
<!-- Versioning -->
89
89
<PropertyGroup >
90
- <PackageReleaseNotes >https://github.com/PrismLibrary/Prism/releases/tag/v $(Version)</PackageReleaseNotes >
90
+ <PackageReleaseNotes Condition = " $(OfficialRelease) == 'true' " >https://github.com/PrismLibrary/Prism/releases/tag/$(Version)</PackageReleaseNotes >
91
91
</PropertyGroup >
92
92
93
93
<PropertyGroup Condition =" $(TargetFramework.StartsWith('MonoAndroid')) " >
You can’t perform that action at this time.
0 commit comments