Skip to content

Commit

Permalink
Merge pull request #1 from MethodsAndPractices/trunk
Browse files Browse the repository at this point in the history
fix: Remove space in -Build paramter of example 4 (MethodsAndPractices#472)
  • Loading branch information
rbleattler authored Aug 18, 2022
2 parents 8ce46b7 + 90cfc69 commit bdec189
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .docs/Test-VSTeamYamlPipeline.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ This example checks the YAML pipeline with ID 24 and the content of a yaml file
### Example 3

```powershell
Test-VSTeamYamlPipeline -Project DemoProject -PipelineId 24 - Branch 'main'
Test-VSTeamYamlPipeline -Project DemoProject -PipelineId 24 -Branch 'main'
```

This example checks the YAML in the remote repository connected to the pipeline with ID 24 for consistency on Azure DevOps. It will take the file for the branch 'main'.
Expand Down

0 comments on commit bdec189

Please sign in to comment.