【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

It feels like #DDDAdelaide was only a couple of weeks ago, and now I'm looking forward to attending and speaking at @dddbrisbane this Saturday!

To paraphrase HG Nelson, "Where too much DDD is barely enough" 😃

I'll be presenting my 10 favourite tips and tricks for GitHub Actions and Azure DevOps. I hope to see you there!

#GitHubActions #AzureDevOps #AzurePipelines #ContinuousIntegration

My program, which has a JIT compiler in it, is getting killed (or at least it seems like) on azure pipelines. when i turn the JIT off it runs fine. when i use IMAGE_NAME: 'windows-2019' instead of -latest, it runs fine.
Is there some kind of new security feature or exploit mitigation or whatever that was turned on some time between these two images that might be killing my program because the jit needs to be adapted to it?
How the heck do i find out how my program is actually quitting? "exit code 0xff" is not terribly enlightening ...
This is incredibly frustrating to debug, not just because I have to wait ~10 minutes between putting a change in and seeing the result, and the majority of tools windows developers have at their disposal seem to only be usable with a GUI which, surprise surprise, azure pipelines runners don't let you access.

#azurepipelines #msvc #windows #justintimecompilation #ETW #pwsh