Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Add-VSTeamBuild to support template parameters #468

Merged
merged 5 commits into from
Sep 3, 2022

Conversation

Michael19842
Copy link
Contributor

Added support for template parameters (Add-VSTeamBuild)

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

Added support for template parameters
@Michael19842
Copy link
Contributor Author

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
Copy link
Collaborator

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 SebastianSchuetze changed the title Update Add-VSTeamBuild.ps1 Update Add-VSTeamBuild to support template parameters Sep 3, 2022
@SebastianSchuetze SebastianSchuetze merged commit cec1db8 into MethodsAndPractices:trunk Sep 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants