79373697

Date: 2025-01-21 08:45:41
Score: 1
Natty:
Report link

Can you share your configuration? According to the docs, you may:

  1. Create PAT with permissions for source code in the tools project (check selected organizations during creation): Use personal access tokens

  2. Create Azure Repos/Team Foundation Server service connection: Manage service connections

  3. Use it in pipelines: Repository resource definition

    resources:
      repositories:
      - repository: MyAzureReposGitRepository # In a different organization
        endpoint: MyAzureReposGitServiceConnection
        type: git
        name: OtherProject/MyAzureReposGitRepo
    
Reasons:
  • RegEx Blacklisted phrase (2.5): Can you share your
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Starts with a question (0.5): Can you share you
  • High reputation (-2):
Posted by: Shamrai Aleksander