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 you have increased it) Step 1: Go to Azure...
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 you have increased it) Step 1: Go to Azure...
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...
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 an error like this Failed to create Release Artifact...
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
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: Paste in the task.json file
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...
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 you may have faced an issue like the above...
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 not correct. Follow the solution displayed below to get...
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 Step 1: Go to AzureDevOps Organization Step 2: And...