Migrating from #AzureDevOps to #GitHub with Data Residency? These are the steps to rewire your #AzurePipelines so you can keep using them while you're converting them to #GitHubActions.

The steps aren't as simple as you might expect unfortunately.

https://jessehouwing.net/configure-azure-pipelines-app-in-ghe-com/

Configure Azure Pipelines app in ghe.com

I recently helped a client migrate from Azure DevOps to GitHub Enterprise Managed Users with Data Residency (ghe.com for short). And as part of the migration we rewired the exiting Azure Pipelines from the old repository located on Azure Repos to the new one on GitHub.

Scrum Bug

Spent a couple of hours last night trying to figure out why a specific task version wasn't showing up after deploying a new #azurepipelines task from #githubactions.

Turns out a specific misconfiguration isn't caught in tfx, visualstudio marketplace nor azure devops.

https://github.com/microsoft/tfs-cli/issues/542

Incorrect vss-extension.json not caught by tfx, nor marketplace not Azure DevOps · Issue #542 · microsoft/tfs-cli

When an extension declares 2 contributions, say vsts-msbuild-helper-task-v0 and vsts-msbuild-helper-task-v1 and each of these point to a task.json that has the same name and id, but 2 different maj...

GitHub

【2025年版】もう迷わない!Azure Pipeline Agent完全ガイド - あなたのプロジェクトに最適な選択は?
https://qiita.com/s_w_high/items/a33b449c282d72143120?utm_campaign=popular_items&utm_medium=feed&utm_source=popular_items

#qiita #Azure #devops #CICD #AzureDevOps #AzurePipelines

【2025年版】もう迷わない!Azure Pipeline Agent完全ガイド - あなたのプロジェクトに最適な選択は? - Qiita

はじめに みなさま、CI/CD の実行環境、何を使っていますでしょうか。 GitHub Actions, GitLab CI/CD, Jenkins, CircleCI と 選択肢は様々かと思いますが、私は最近の業務で Azure DevOps および Azure Pip...

Qiita

B/react của "phantom quote" lạ trong CI Builds/azure-pipelines làm chậm báo cáo.ardaspeaker at Reddit, chi tiết lỗi trong log. Tham khảo [comments]. #DevOps #CI-CD #AzurePipelines #Technology #Código #VietnamTech

https://www.reddit.com/r/programming/comments/1oew0ul/the_mystery_of_the_phantom_quote_in_my_ci_builds/

Current issue affecting some #AzureDevOps Australian customers with Azure Pipelines jobs being delayed

https://status.dev.azure.com/_event/668804415

#AzurePipelines

Integrate Azure Pipelines with GitHub

YouTube

Had a #GitHubActions workflow fail this morning because it couldn't find `terraform`. This would be because ubuntu-latest is being updated to ubuntu-24.04 and the new image doesn't include terraform as per https://github.com/actions/runner-images/issues/10636.

The good news is there is an installer action you can use to ensure the Terraform CLI bits are available for your workflow. https://github.com/marketplace/actions/hashicorp-setup-terraform

This will also impact #AzurePipelines runs on Microsoft-hosted agents as they share the same images as GitHub Actions.

Ubuntu-latest workflows will use Ubuntu-24.04 image · Issue #10636 · actions/runner-images

Rollout will begin on December 5th and will complete on January 17th, 2025. Breaking changes Ubuntu 24.04 is ready to be the default version for the "ubuntu-latest" label in GitHub Actions and Azur...

GitHub
getting beyond annoyed by #AzurePipelines again, why do I keep doing this to myself …

Blogged: .NET Code Coverage in Azure DevOps and SonarCloud

How to generate code coverage data that gets displayed in Azure Pipelines and SonarQube

https://david.gardiner.net.au/2024/12/sonarcloud.html

#AzureDevOps #AzurePipelines #SonarQube #CodeCoverage #dotnet

.NET Code Coverage in Azure DevOps and SonarCloud

Sonar offer some really useful products for analysing the quality of your application's source code. There's a great mix of free and paid products, including SonarQube Cloud (formerly known as SonarCloud), SonarQube Server (for on-prem), and SonarQube for IDE (formerly SonarLint) static code analysers for IntelliJ, Visual Studio, VS Code and Eclipse.

David Gardiner