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

Adds a new function Stop-VSTeamBuild #317

Closed brittandeyoung closed 4 years ago

brittandeyoung commented 4 years ago

PR Summary

PR Checklist

SebastianSchuetze commented 4 years ago

Hi @brittandeyoung looks great already. One small thing is missing. Could you create a help document like the following?https://github.com/DarqueWarrior/vsteam/blob/master/.docs/Add-VSTeamBuild.md

A cmdlet should have help page which links the synopsis. Thank you!

brittandeyoung commented 4 years ago

Hi @brittandeyoung looks great already. One small thing is missing. Could you create a help document like the following?https://github.com/DarqueWarrior/vsteam/blob/master/.docs/Add-VSTeamBuild.md

A cmdlet should have help page which links the synopsis. Thank you!

I have added the requested help page. Please let me know if there is anything else I am missing.

SebastianSchuetze commented 4 years ago

I merged the PR and adjusted a few lines of code for optimization and added a unit test for testing the pipeline feature for build IDs.

Thanks for the good and quick contribution!