Reinhard Lackner

Just to be on record:
I honestly didn’t expect that even non-YAML code (👀 @nuke build – yeah, I’m talking to you...) would require just as many fucking never-ending commits.
Azure DevOps has proven me wrong. (lol)

The real pain point?
No local test run
No Run pipeline locally
Zero feedback until you PR, merge, and let it rip on main

So yeah, we’re basically testing on the main branch. In production. In 2025.
For everything else, there’s: ¯\_(ツ)_/¯

Also, I firmly believe that not only Carthage must be destroyed, but also:

- CI/CD with no local feedback loop
- “Works on my machine” excuses
_ YAML files that silently break on pasted tabs
- And every doc that starts with “just”

And yes — I really thought nuke build would make things better...
But after 24 hours of commits, checks, and trial-and-error, I’ve been proven otherwise (and I really wanted to make it work and local debugging is awesome — but it’s useless when the docs are a soggy mess and don’t reflect reality.)

#DevOps #AzureDevOps #YAML #NukeBuild #CI #CICD #MainBranchDrivenDevelopment
#WorksOnMyMachine #AgileStruggles #ModernDev #CarthagoDelendaEst #DevHumor
#BuildFail #DebuggingHell #LocalIsNotProd #SoftwareEngineering #DotNet #DevLife

Grumpy Website

If you implement a dropdown menu, make ONE and shove everything into it. No one will remember how you decided to split it between four dropdowns.

Thanks Joe for the video

#AzureDevOps #Microsoft #Dropdown

lambdageek

Anyone know if Azure DevOps Artifacts feeds can have cycles in their upstream sources? (ie: feed A is an upstream of feed B and feed B is an upstream of feed A). I don't see any reason why it wouldn't be allowed (or at least I could see why it would be hard to catch the more general case of longer upstream paths)

#azdo #azureDevOps

Joey de Villa 🪗

I’m hard at work on the documentation for Packfiles’ SaaS, Warp, which automates the difficult, tedious, and error-prone process of migrating repositories from other source control systems to GitHub. Warp is already operational and it turns days of work into minutes, but it needs a “quickstart” guide, which I’m working on right now!

Here’s a quick look at some of what I’m working on.

globalnerdy.com/2025/01/14/im-

#SaaS #GitHub #tech #technology #AzureDevOps #ADO #migration #software #documentation

Sören

Not interested in “Microsoft bad” conversations, and I’m aware of cloud/self-hosted tradeoffs.

*Am* interested in “we moved from #AzureDevOps to #Forgejo and here’s what’s great about it” anecdotes.

David Gardiner

Blogged: .NET Code Coverage in Azure DevOps and SonarCloud

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

david.gardiner.net.au/2024/12/

#AzureDevOps #AzurePipelines #SonarQube #CodeCoverage #dotnet

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

Jukka Niiranen

Git isn't only for people who write code. The new native #Dataverse Git integration shows the value of automated version control.

For as long as I remember, I've wished there was a built-in version history in Dataverse. No, not the audit history for data. The changes performed on metadata. Who changed what and when?

Now, together with #AzureDevOps, we have a change log for #PowerPlatform solutions and environments. (In preview.)

More thoughts in my newsletter: perspectives.plus/p/gotta-git-

Jerome Laban

You know you're alone when google and github give no answers at all when searching for an error message 😒

Moving to macOS-15 for github actions/azure devops agents, is causing all sorts of trouble...

Does anyone know about this error: github.com/actions/runner-imag

#github #azuredevops #macos #dotnet

Xcode_16.app does not contain `Contents/Developer` · Issue #10918 · actions/runner-images

Description Running: /bin/bash -c "sudo xcode-select…

GitHub
Moritz

LOL #AzureDevOps doesn't supprt ed25519 based SSH keys. Who builds this stuff? #Microsoft

Dennis Doomen

A particularly painful experience I once had was dealing with #flakiness in a deployment pipeline on #AzureDevOps. I had to reproduce and fix it through trial and error. Since it was based on #YAML and built-in tasks, the only way to troubleshoot was by making some modifications, queuing the pipeline, and waiting for the results. There’s simply no way to test this differently.

Beyond that, a build and #deployment #pipeline is much more than just a series of simple tasks. It evolves...