Skip to content

Commit

Permalink
Made documentation more clear for Test-VSTeamYamlPipeline (#399)
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastianSchuetze authored Jun 25, 2021
1 parent c442233 commit fe98db4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .docs/Test-VSTeamYamlPipeline.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,8 @@ PipelineId
Currently the API that is used by this cmdlet is only supporting YAML pipelines without template references. This will be supported soon. see the issue in GitHub: [https://github.com/microsoft/azure-pipelines-yaml/issues/34#issuecomment-591092498](https://github.com/microsoft/azure-pipelines-yaml/issues/34#issuecomment-591092498)
This cmdlet is not starting a pipeline run, but rather trying to resolve the full YAML code. It will not check if the task themselves work. See here for more info [https://www.razorspoint.com/2020/03/13/how-to-preview-and-test-a-changing-yaml-pipeline-on-azure-devops/](https://www.razorspoint.com/2020/03/13/how-to-preview-and-test-a-changing-yaml-pipeline-on-azure-devops/)
<!-- #include "./common/prerequisites.md" -->
## RELATED LINKS
Expand Down
2 changes: 1 addition & 1 deletion .docs/synopsis/Test-VSTeamYamlPipeline.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Tests the commited YAML pipeline files to check for inconsitencies. Now, you can try out a YAML pipeline without committing it to a repo or running it. Given an existing pipeline and an optional new YAML payload, this function will give you back the full YAML pipeline.
Tests the commited YAML pipeline files to check for inconsitencies like syntax, references etc.. Now, you can try out a YAML pipeline without committing it to a repo or running it. Given an existing pipeline and an optional new YAML payload, this function will give you back the full YAML pipeline.

0 comments on commit fe98db4

Please sign in to comment.