Skip to content

Commit 41efd79

Browse files
committed
fix: formatting
formatting
1 parent 3a285c1 commit 41efd79

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

AzureDevOpsPowerShell/Public/Api/Pipelines/Runs/Get-PipelineRun.ps1

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,11 @@ function Get-PipelineRun {
99
Azure DevOps and returns the run details.
1010
.EXAMPLE
1111
Get-PipelineRun -CollectionUri "https://dev.azure.com/YourOrg" -ProjectName "YourProject" -PipelineId 123
12+
1213
Retrieves all runs for the specified pipeline in the given project.
1314
.EXAMPLE
1415
Get-PipelineRun -CollectionUri "https://dev.azure.com/YourOrg" -ProjectName "YourProject" -PipelineId 123 -RunId 456
16+
1517
Retrieves the details of the specified run (with ID 456) for the given pipeline.
1618
.OUTPUTS
1719
Returns an array of pipeline run objects. If specific run IDs are provided, only the matching runs are returned.

0 commit comments

Comments
 (0)