this post was submitted on 13 Sep 2024
425 points (100.0% liked)

Programmer Humor

24975 readers
2027 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 2 years ago
MODERATORS
 

Oh no, not just my build server, Microsofts build server... Everyones' Azure build server - (if you're building on windows)

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 14 points 10 months ago (2 children)

I'm not familiar with the service, can someone explain? Like, are all pipelines on Azure affected? Or is it some internal stuff where a company relying on paid tech forgot to pay for it?

[–] [email protected] 10 points 10 months ago

I think they forgot to pay themselves to use their product.

[–] [email protected] 10 points 10 months ago (1 children)

No, not some internal company, just Microsoft being Microsoft. So all Windows pipelines. They also have Linux based pipelines so not completely all pipelines.

But given that a lot of people build dotnet stuff on Azure, the 'windows-latest' image is usually the default. So a lot of pipelines

[–] [email protected] 2 points 10 months ago

Wow, that's big. Thank you for the clarification.