Skip to content
This repository was archived by the owner on Feb 4, 2026. It is now read-only.

Latest commit

 

History

History
17 lines (11 loc) · 1.46 KB

File metadata and controls

17 lines (11 loc) · 1.46 KB

SignPath logo

SignPath Azure DevOps Build Pipeline Tasks

This repository contains the Azure DevOps Build Pipeline tasks for SignPath.io that can be used to integrate code signing into your build pipeline. You can find the tasks on the Azure DevOps marketplace.

Available tasks

  • SignPathSubmitSigningRequestTask
    Submit an artifact to SignPath. Either wait for the artifact to be signed synchronously and immediately download the resulting artifact, or, choose to write the signing request ID into an output variable and download the signed artifact later on using the SignPathDownloadSignedArtifact task.
  • SignPathDownloadSignedArtifactTask
    Download a signed artifact from SignPath. This task waits if the signing request has not yet been completed.

Status

Build Status

The project is built using Azure DevOps pipelines and the very same tasks provided in this repository for code signing. You can view the azure-pipelines.yml for reference.