vsteam icon indicating copy to clipboard operation
vsteam copied to clipboard

Update Add-VSTeamBuild.ps1

Open Michael19842 opened this issue 2 years ago • 1 comments

Added support for template parameters (Add-VSTeamBuild)

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

Michael19842 avatar May 21 '22 22:05 Michael19842

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)

Michael19842 avatar May 23 '22 07:05 Michael19842

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.

SebastianSchuetze avatar Sep 03 '22 14:09 SebastianSchuetze