Closed guyappy closed 1 year ago
Hi @guyappy !
EDIT: sorry the issue was that I had this in my configuration: "RepositoryNameMaps": null, and it should be: "RepositoryNameMaps": {},
So can we close the issue or are you still receiving the error?
hi @tomfrenzel , thanks, this can be closed.
Version
Source Version
Azure DevOps Service
Target Version
Azure DevOps Service
Relevant configuration
Relevant log output
What happened?
EDIT: sorry the issue was that I had this in my configuration: "RepositoryNameMaps": null, and it should be: "RepositoryNameMaps": {},
I'm trying to migrate my pipelines. I have already migrated all the repo's to the net Azure DevOps Project. Really not sure why this is failing.
For the project I tried both "Project": "Apigee Edge" and "Project": "Apigee%20Edge"
It seems to fail on this line: if (_Options.RepositoryNameMaps.ContainsKey(sourceRepositoryName))
but really not sure how this can be null..
I ran a debug and saw this:
many thanks in advance, Guy
Debug in Visual Studio