【2025年版】もう迷わない!Azure Pipeline Agent完全ガイド - あなたのプロジェクトに最適な選択は?
https://qiita.com/s_w_high/items/a33b449c282d72143120?utm_campaign=popular_items&utm_medium=feed&utm_source=popular_items
【2025年版】もう迷わない!Azure Pipeline Agent完全ガイド - あなたのプロジェクトに最適な選択は?
https://qiita.com/s_w_high/items/a33b449c282d72143120?utm_campaign=popular_items&utm_medium=feed&utm_source=popular_items
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
Current issue affecting some #AzureDevOps Australian customers with Azure Pipelines jobs being delayed
Blogged: Using custom conditions in Azure Pipelines
https://david.gardiner.net.au/2025/06/azure-pipeline-conditionals
Integrate Azure Pipelines with GitHub | with Mickey Gousset.
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.
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
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.
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