eng/pipelines/templates/create-tryit-comment.yaml (8 lines of code) (raw):
steps:
- pwsh: $(Build.SourcesDirectory)/eng/pipelines/scripts/get-tryit-github-comment.ps1
displayName: "Build Github Comment"
- task: GitHubComment@0
inputs:
gitHubConnection: "Azure"
repositoryName: "$(Build.Repository.Name)"
comment: $(TRYIT_COMMENT)