How to increase Disk size for an Azure VM
Sometimes you may need to increase the Size of the Disk in an Azure VM (Remember there is no option to decrease the size, once… Read More »How to increase Disk size for an Azure VM
I am an Azure DevOps expert who has worked on TFS/Azure DevOps from 2012 as part of my job.
Sometimes you may need to increase the Size of the Disk in an Azure VM (Remember there is no option to decrease the size, once… Read More »How to increase Disk size for an Azure VM
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
Sometimes you may get an error saying failed to create Release Artifact directory and even if you redeploy so many times you will still get… Read More »Solution: Failed to create Release Artifact Directory – Azure DevOps
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
To generate GUID for AzureDevOps Task follow the below steps Step 1: Go to https://www.guidgen.com/ Step 2: Copy the GUID generated from there Step 3:… Read More »How to generate GUID for an Azure DevOps Task?
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
Issue/Error: MSBuild is not recognized as an internal or external command, operable program or batch file. Compiler Execution failed (exit code: 1) Compiler Output: Sometimes… Read More »MSBuild is not recognized as an internal or external command – Fortify SCA – Azure DevOps
Issue: Failed to Create PSDrive with Destination:”\\xxxxx\xxxx\” .The specified network password is not correct This issue mainly occurs due to either password or username being… Read More »Copy Files task – The specified Network password is not correct |AzureDevOps
This issue occurs mainly due to authorizations to Azure DevOps repository being not proper (Mostly credentials issue) Follow the below steps to resolve the issue… Read More »App Center & Azure DevOps Issue with Git fetch failed with exit code 128