Category: AzureDevOps Admin
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 Notifications Step 3: Click on Default Subscriptions (You will...
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 for a single work item update or build update...
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 the below steps Step 1: Go to Organization Settings...
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 is login into the machine and clear the space...
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 see it over here Let us see how to...
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 Agent Pools Step 3: Click on Add Pool on...
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 it over here if you click on “Export to...
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 agent, use the one below
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: Go to Pipelines and Click on Pipelines Step2 :...
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 “Add a task” to agent job Step 3: Then...