#C#
2 posts tagged with “C#”.
-
Using Azure Managed Identity with .Net Core on Azure DevOps Agents
During my last project I needed to run some integration test written in .Net Core 2.2 in an Azure Devops Pipeline. The code needed some secrets from an Azure KeyVault and doing some other stuff on
-
Solve “System.Threading.Tasks.TaskCanceledException : The operation was canceled. ” on Ubuntu 18.04 in .Net Core 2.2
I am running some .Net Core 2.2 (at the moment of writing version 2.2.301) integration test in Azure DevOps (ADO) running on my private Linux Ubuntu 18.04 agents.The tests are quiet simple, just call