Hi @alvin I have tried your steps and while I'm testing the below yaml giving "The repository Connected-registry-artifacts in project Connected-registry-artifacts could not be retrieved. Verify the name and credentials being used and permissions." While validation, could you please check and help me with this? Note: I'm trying to access the repo from another tenant.
trigger: none pool: vmImage: ubuntu-latest
variables: anotherOrg: Connected-registry-artifacts
resources: repositories: - repository: connected-registry-artifacts type: git name: Connected-registry-artifacts/Connected-registry-artifacts ref: main endpoint: MSI-AzureRepos steps:
checkout: connected-registry-artifacts
script: | echo "Listing files in the Azure DevOps repository:" ls -la $(Build.SourcesDirectory) displayName: "List Files in Azure DevOps Repository"