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.
- 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.
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.