Default subscriptions in Azure DevOps
To see the default subscriptions or notifications in Azure DevOps follow the below steps Step 1: Go to Organization Settings Step 2: Click on Global… Read More »Default subscriptions in Azure DevOps
To see the default subscriptions or notifications in Azure DevOps follow the below steps Step 1: Go to Organization Settings Step 2: Click on Global… Read More »Default subscriptions in Azure DevOps
Sometimes you may need to see Default subscriptions for any user or group as there may be cases where they might be receiving notification twice… Read More »How to see Default subscriptions for any user or group in Azure DevOps
The below statistics for Global Notifications will display how many times the email has been sent out To see the statistics for Global Notifications follow… Read More »Statistics for Global Notifications in Azure DevOps
This may occur when you have Microsoft Visual Test Platform in your builds or releases. Solution: To fix this issue, all you need to do… Read More »An exception occcured invoking executor://codedwebtestadapter/v1 – Azure DevOps
Windows Subsystem for Linux gives us the option to run our favorite Linux Distributions from Windows OS itself, On how to enable it you can… Read More »Setting up Azure DevOps agent in Windows Subsystem for Linux
To create a new agent pool in Azure DevOps follow the below steps as shown Step 1: Go to Organization Settings Step 2: Click on… Read More »How to create a New Private (Self hosted) agent pool in Azure DevOps?
Sometimes you might not be able to export TestCases using Offline execution in AzureDevOps. Incase you wonder where the offline execution is, you can see… Read More »Solved: Not able to export TestCases using Offline Execution in AzureDevOps
Generally the default YAML uses the Azure pipelines agent and you may need to change it.So instead of something like this To use a private… Read More »YAML: Using a Private Pool in Build definition | AzureDevOps
The below steps will help you to scan any .NET application for SAST using FortifySCA from AzureDevOps Prerequisites: 1.Fortify SCA needs to be installed Step1:… Read More »Scanning .NET Application using FortifySCA from AzureDevOps
To install Fortify extension on AzureDevOps, follow the below steps Step 1: Create any new build definition with an empty job Step 2: Click on… Read More »Installing Fortify extension on AzureDevOps