From 90cfc698dce921c30c205e4643500512df5ceb64 Mon Sep 17 00:00:00 2001 From: Jonathan Martens Date: Wed, 17 Aug 2022 21:16:07 +0200 Subject: [PATCH] fix: Remove space in -Build paramter of example 4 (#472) --- .docs/Test-VSTeamYamlPipeline.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.docs/Test-VSTeamYamlPipeline.md b/.docs/Test-VSTeamYamlPipeline.md index 701bda4a..5fa3ac56 100644 --- a/.docs/Test-VSTeamYamlPipeline.md +++ b/.docs/Test-VSTeamYamlPipeline.md @@ -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'.