Skip to content
This repository was archived by the owner on Feb 4, 2026. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion SignPathExtension.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,16 @@ After installing the extension, you can add one (or more) of the tasks to a new
* **SignPathDownloadSignedArtifactTask**
Download a signed artifact from SignPath. This task waits if the signing request has not yet been completed.

## Running on self-hosted agents

On self-hosted agents, the NuGetProvider needs to be available. You can install it by calling the following command on a PowerShell console with elevated permissions:

Install-PackageProvider -Name NuGet -MinimumVersion 2.8.5.201

## Get the source

The [source](https://github.com/SignPath/Build-Integrations-AzureDevOps) for this extension is on GitHub. Take, fork, and extend.

## Feedback and issues

If you have feedback or issues, please [send an email](mailto:support@signpath.io) or file an issue on [GitHub](https://github.com/SignPath/Build-Integrations-AzureDevOps/issues)
If you have feedback or issues, please [send an email](mailto:support@signpath.io) or file an issue on [GitHub](https://github.com/SignPath/Build-Integrations-AzureDevOps/issues)