-
Hi, We've been fighting with weird looking issue, we do have an simple test:
It all works perfectly fine when run locally via VS or terminal. It also works fine (when we ssh into this) on VM's and Virtual scale sets that we do use as our build agent, however, it does not work when the tests is being run via agent and azdo pipelines. All I can see in the logs is:
EDIT: |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
Looks like something in build agent sets Setting this to '' helps - dunno yet if there are any consequences of erasing that value but the tests are working fine. |
Beta Was this translation helpful? Give feedback.
Looks like something in build agent sets
DEBUG_SESSION_PORT
it Results in DCP for the App Host trying to use a none existent IDE.Setting this to '' helps - dunno yet if there are any consequences of erasing that value but the tests are working fine.
Thank you @Jamie-round455 for finding the solution!