docs: add SetupGitHubRelease task to README and overview
This commit is contained in:
@@ -21,6 +21,8 @@ For administrator-facing installation and usage guidance, see `overview.md`.
|
|||||||
- Downloads a blob to a local file path using the selected AzureRM service connection.
|
- Downloads a blob to a local file path using the selected AzureRM service connection.
|
||||||
- `PutBlob@1`
|
- `PutBlob@1`
|
||||||
- Uploads a local file as a blob using the selected AzureRM service connection.
|
- 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.
|
||||||
|
|
||||||
## Repository layout
|
## Repository layout
|
||||||
|
|
||||||
@@ -29,6 +31,7 @@ For administrator-facing installation and usage guidance, see `overview.md`.
|
|||||||
- `task/ListBlobs` - task implementation and manifest
|
- `task/ListBlobs` - task implementation and manifest
|
||||||
- `task/GetBlob` - task implementation and manifest
|
- `task/GetBlob` - task implementation and manifest
|
||||||
- `task/PutBlob` - task implementation and manifest
|
- `task/PutBlob` - task implementation and manifest
|
||||||
|
- `task/SetupGitHubRelease` - task implementation and manifest
|
||||||
- `shared` - local npm package with shared OIDC/devops/blob helpers
|
- `shared` - local npm package with shared OIDC/devops/blob helpers
|
||||||
- `scripts/build.sh` - builds tasks and packages the extension
|
- `scripts/build.sh` - builds tasks and packages the extension
|
||||||
- `examples/azure-pipelines-smoke.yml` - smoke pipeline example
|
- `examples/azure-pipelines-smoke.yml` - smoke pipeline example
|
||||||
|
|||||||
@@ -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.
|
- `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.
|
- `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.
|
- `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).
|
Implementation note: task shared helpers are packaged locally during build and bundled with the extension (no external package registry access required at runtime).
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user