diff --git a/azure-pipelines.yml b/azure-pipelines.yml index e722edc92..5cb2baf98 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -24,11 +24,8 @@ steps: testResultsFiles: '**/surefire-reports/TEST-*.xml' goals: 'package' -- task: github-pr-comment@0 +- task: GitHubComment@0 inputs: - userToken: '$(githubToken)' - repository: '$(Build.Repository.Name)' - prNumber: '$(System.PullRequest.PullRequestNumber)' - bodyFilePath: 'Tasks/GitHubPRComment/' - extension: 'txt' - getSubFolders: true \ No newline at end of file + gitHubConnection: 'rrron' + repositoryName: '$(Build.Repository.Name)' + comment: 'fhjhjfhj jf' \ No newline at end of file