File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2929 with :
3030 name : Build Prism.Core
3131 solution-path : PrismLibrary_Core.slnf
32- code-sign : true
32+ # code-sign: true
3333 artifact-name : Core
3434 secrets :
3535 codeSignKeyVault : ${{ secrets.CodeSignKeyVault }}
4343 with :
4444 name : Build Prism.Wpf
4545 solution-path : PrismLibrary_Wpf.slnf
46- code-sign : true
46+ # code-sign: true
4747 artifact-name : Wpf
4848 secrets :
4949 codeSignKeyVault : ${{ secrets.CodeSignKeyVault }}
6464 uno-check-version : 1.24.0
6565 uno-check-parameters : ' --skip xcode --skip gtk3 --skip vswin --skip androidemulator --skip androidsdk --skip vsmac --skip dotnetnewunotemplates'
6666 run-tests : false
67- code-sign : true
67+ # code-sign: true
6868 artifact-name : Uno
6969 secrets :
7070 codeSignKeyVault : ${{ secrets.CodeSignKeyVault }}
7979 name : Build Prism.Maui
8080 solution-path : PrismLibrary_Maui.slnf
8181 install-workload : maui maui-tizen
82- code-sign : true
82+ # code-sign: true
8383 artifact-name : Maui
8484 secrets :
8585 codeSignKeyVault : ${{ secrets.CodeSignKeyVault }}
9393 with :
9494 name : Build Prism.Avalonia
9595 solution-path : PrismLibrary_Avalonia.slnf
96- code-sign : true
96+ # code-sign: true
9797 artifact-name : Avalonia
9898 secrets :
9999 codeSignKeyVault : ${{ secrets.CodeSignKeyVault }}
@@ -167,4 +167,4 @@ jobs:
167167 name : Deploy Commercial Plus
168168 secrets :
169169 feedUrl : ${{ secrets.PRISM_NUGET_FEED }}
170- apiKey : ${{ secrets.PRISM_NUGET_TOKEN }}
170+ apiKey : ${{ secrets.PRISM_NUGET_TOKEN }}
You can’t perform that action at this time.
0 commit comments