How to fetch overlay ports from AzureDevops Pipeline #41401
-
Hello, I'm trying to access some overlay ports I created from AzureDevops in a pipeline. I am having trouble and seeing this kind of error:
issue_body: Package: repo:[email protected] Host Environment
To Reproduce
Failure logs
C:\vcpkg\buildtrees\repo\git-fetch-x64-windows-err.log
Additional context vcpkg.json
I suspect this is because I am not setting up my ssh key correctly on the runner. Is there a good guide or template for this? I tried following the guide here: I'm trying to replicate the steps I was able to do locally from this guide: Here is what I've been trying:
I managed to get the git-fetch-x64-windows-err.log The runner uses windows-2022. Any help is appreciated. Thank You |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Double and triple check spelling always. it was known-hosts not known-host 🤦♂️ |
Beta Was this translation helpful? Give feedback.
Double and triple check spelling always.
it was known-hosts not known-host
🤦♂️