Skip to content

Commit

Permalink
no comment
Browse files Browse the repository at this point in the history
  • Loading branch information
vhvb1989 committed Oct 4, 2024
1 parent 1965843 commit f481d67
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions eng/pipelines/repoman.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,19 +96,19 @@ extends:
Write-Host "##vso[task.setvariable variable=CommentBodyFile]$file"
displayName: Set Repoman Content
- task: PowerShell@2
displayName: Post PR comment
inputs:
pwsh: true
targetType: filePath
filePath: ./eng/scripts/Update-PRComment.ps1
arguments: >-
-Repo 'azure/azure-dev'
-PRNumber '$(PRNumber)'
-BodyFile '$(CommentBodyFile)'
-Tag '<!-- #comment-repoman-generate -->'
env:
GH_TOKEN: $(azuresdk-github-pat)
# - task: PowerShell@2
# displayName: Post PR comment
# inputs:
# pwsh: true
# targetType: filePath
# filePath: ./eng/scripts/Update-PRComment.ps1
# arguments: >-
# -Repo 'azure/azure-dev'
# -PRNumber '$(PRNumber)'
# -BodyFile '$(CommentBodyFile)'
# -Tag '<!-- #comment-repoman-generate -->'
# env:
# GH_TOKEN: $(azuresdk-github-pat)

- template: /eng/pipelines/templates/jobs/run-template-tests.yml
parameters:
Expand Down

0 comments on commit f481d67

Please sign in to comment.