101010.pl is one of the many independent Mastodon servers you can use to participate in the fediverse.
101010.pl czyli najstarszy polski serwer Mastodon. Posiadamy wpisy do 2048 znaków.

Server stats:

487
active users

#azuredevops

0 posts0 participants0 posts today

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

Replied in thread

J19

On découvre #AzureDevOps et autant dire que c'est une galère sans nom.

Les exercices ne sont pas clairs, on était supposés avoir une journée tranquille, et avoir le temps de refaire des exercices, tu parles !

If you have #git repos in #AzureDevOps with multiple main branches that PRs are created for, create a ".azuredevops/pull_request_targets.yml" file. This will help it pick the proper target branch for your PRs, instead of always using the default branch.

learn.microsoft.com/en-us/azur

learn.microsoft.comConfigure custom target branches for pull requests - Azure ReposLearn how to specify a list of branches as potential pull request targets.

My most used #git alias? "git browse" to open the repo's remote URL in the web browser. Works for #GitHub, #AzureDevOps, #BitBucket, etc. Set it up with:

git config --global alias.browse 'start `git config remote.origin.url`'

"start" only works on Windows tho.
Requires a https (not ssh) remote git URL.

The screenshot shows additional "echo" code in the .gitconfig file because I like my git aliases to display the actual code they are executing before they run it.

Hey #PowerBI peeps, I'll be on #ToolTalk with Artur König and @mthierba on Tuesday, March 21st.

We'll be talking about a little #ExternalTool I wrote for #PowerBIDesktop called #PbiToolsWatchPS, which launches a #PowerShell window running #pbitools in #WatchMode on the current #pbix file. The purpose of this little tool is to minimize the effort and number of steps necessary to #commit changes to Power BI #reports and #datasets into a proper #VersionControl system like #GitHub, #AzureDevOps, etc.

Please join us #LIVE on Tuesday, March 21st, give us your thoughts about the current state of #CICD and #DevOps / #DataOps for Power BI, and tell us about your favorite #ToolsOfTheTrade!

RSVP for the #ToolTalk session on #LinkedIn here:
lnkd.in/gzZSxf_f

Download #pbitools here:
pbi.tools

Download #PbiToolsWatchPS here:
github.com/JamesDBartlett3/Pow

I fixed the versioning scheme for the #azuredevops pipelines tasks zips project so I can now ship in-sprint releases of the extensions. If you ever find yourself needing a task in Azure DevOps Server that only exists on the service, grab the zip file from my repo and push it to your server. You think there should be other extensions? let me know!

I'm seeing some issues with azurefilecopy. Should I publish that to the marketplace?
github.com/jessehouwing/azure-

GitHubGitHub - jessehouwing/azure-pipelines-tasks-zips: This repository contains a pre-built version of the built-in tasks of Azure DevOps. In case you need to install an updated version into Team Foundation Server or Azure DevOps Server, you can use these zips.This repository contains a pre-built version of the built-in tasks of Azure DevOps. In case you need to install an updated version into Team Foundation Server or Azure DevOps Server, you can use th...