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
442 stars 155 forks source link

Update Add-VSTeamBuild to support template parameters #468

Closed Michael19842 closed 1 year ago

Michael19842 commented 2 years ago

Added support for template parameters (Add-VSTeamBuild)

Your module is great but it is missing support for added templateParameters

Michael19842 commented 2 years ago

current workarround using Invoke-vsTeam

Invoke-VSTeamRequest -ContentType "application/json" -method Post -ProjectName $AzureDevOps.ProjectName -Area 'build' -Resource 'builds' -body ($body | ConvertTo-Json) -version ([vsteam_lib.Versions]::Build)

SebastianSchuetze commented 1 year ago

Thanks @Michael19842 for the contribute. Unfortunately you forgot to follow the contribution guidelines to update unit tests and add yourself to the change log.

I just corrected that. Otherwise I will merge it now.