#Azure DevOps
3 posts tagged with “Azure DevOps”.
-
Using Azure Managed Identity with .Net Core on Azure DevOps Agents
Run .NET Core code that uses Azure Managed Identity and the AppAuthentication library on Azure DevOps hosted and private agents, with MSI workarounds.
-
Using Git submodules in (private) Azure DevOps repositories
Fix the 'could not read Password' Git submodule clone error in private Azure DevOps repos by using URLs relative to the main repository in .gitmodules.
-
Solve “System.Threading.Tasks.TaskCanceledException : The operation was canceled. ” on Ubuntu 18.04 in .Net Core 2.2
Fix TaskCanceledException 'The operation was canceled' in .NET Core 2.2 HttpClient on Ubuntu 18.04 by installing the self-signed root certificate.