Skip to content
| Marketplace
Sign in
Azure DevOps>Azure Pipelines>Tizen Signing Tool
Tizen Signing Tool

Tizen Signing Tool

Tizen

|
168 installs
| (1) | Preview
Tools for Tizen app.
Get it free

Tizen Signing Tool

This extension describes a Tizen application package signing task, which allows you to sign the *.tpk files generated by the MS Build task on the Visual Studio Team Service workspace. The signing task is an essential part of the Tizen application package build process to allow your application to be installed on a device.

Figure: Ready to build

Prerequisites

  • Visual Studio 2017, .NET framework 4.6.2, .NET Core 2.0.
  • The default agent satisfies the above prerequisites.

Using the Task

1. Generate your own author certificate and get the distributor certificate, as noted on Visual Studio Tools for Tizen guidance.

2. Upload the certificate files on a secured storage.

3. Install the Tizen Signing Tool extension on your Visual Studio Team Service workspace.

4. Create a new build process, and add an "empty process".

5. Add the ".NET Core(Version 1.*)" task and fill the argument fields:

  • "Command"
restore
  • "Project(s)" field with:
-**/*.csproj"

Figure: Nuget installer setting

6. Add the "MSBuild" task and fill the argument fields (the following field values are examples):

  • "Project" field:
**/*.sln

Figure: MS Build settings

7. Add the "Tizen Signing Tool" task and fill the arguments field with the path of your certificate files and their passwords.

  • You can use a secured file instead of physical file path in your repository. Check the "Identifiers" to use this.(Recommended)
  • Use the "Variables" tab to hide the passwords. Figure: Tizen Signing Tool settings

8. Optionally, add the "Copy and Publish Build Artifacts" task and fill the argument fields:

  • "Copy Root" field: path containing the *.tpk files
  • "Contents" field:
**\*.tpk
  • Other required fields
    Figure: Copy and Publish Build Artifacts settings
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft