Dylan Smith
Dylan Smith
The 3rd party action we use to publish releases doesn't play nice with immutable releases, so I've turned it off for now. Example publish failure: https://github.com/github/gh-gei/actions/runs/16352141307/job/46217584357
If there's nothing in the script it either didn't detect any pipelines that could be rewired, or it couldn't find a usable service connection. If it was the latter your...
`generate-script` command will find an existing service connection from AzDO to a GitHub Pipelines App, and retrieve the service connection ID which it will place in the script. You are...
Take a look at the verbose log file after you run the `generate-script` command. Look for API calls to URL's ending with: `_apis/serviceendpoint/endpoints?api-version=6.0-preview.4` It's looking for a response where `type`...
We don't currently support Azure DevOps Server. The suggested migration path is to first migrate to ADO Cloud, then use this tool to migrate to GitHub. Both of those steps...