Skip to content

Commit

Permalink
fix: Remove space in -Build paramter of example 4 (MethodsAndPractice…
Browse files Browse the repository at this point in the history
  • Loading branch information
jmartens authored Aug 17, 2022
1 parent 33c5f0c commit 90cfc69
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 90cfc69

Please sign in to comment.