docs: add SetupGitHubRelease task to README and overview

This commit is contained in:
2026-02-25 21:50:37 +01:00
parent 520b125ac1
commit 11c967aeb4
2 changed files with 4 additions and 0 deletions

View File

@@ -11,6 +11,7 @@ Azure DevOps extension with pipeline tasks for federated auth and blob/state ope
- `ListBlobs@1` - lists blobs in a container (optional prefix) using the selected AzureRM service connection.
- `GetBlob@1` - downloads a blob to a local file path using the selected AzureRM service connection.
- `PutBlob@1` - uploads a local file as a blob using the selected AzureRM service connection.
- `SetupGitHubRelease@1` - downloads and installs a binary from the latest GitHub release and prepends it to PATH.
Implementation note: task shared helpers are packaged locally during build and bundled with the extension (no external package registry access required at runtime).