MethodsAndPractices / vsteam

PowerShell module for accessing Azure DevOps Services and Azure DevOps Server (formerly VSTS or TFS)
https://methodsandpractices.github.io/vsteam-docs/
MIT License
445 stars 155 forks source link

Fixed a bug in Test-VSTeamYamlPipeline #359

Closed DarqueWarrior closed 3 years ago

DarqueWarrior commented 3 years ago

PR Summary

Test-VSTeamYamlPipeline needed a preview version to be passed. it used to reuse the Build version value. Now it has its own Pipelines version.

PR Checklist