I have a simple python dockerized application whose structure is /src - server.py - test_server.py Dockerfile requirements.txt in which the docker base image
Is it possible to create a view of summarizing test point outcome by tester? If yes, how can this be done? I am using Azure DevOps to track the testing progress
I am trying to deploy a new infrastructure using terraform (for the first time) and I am getting the following error. I've tried everything but nothing seems to
In GitLab I am able to see who has forked my repository by clicking the following link: Does anyone know if there is a similar capability within Azure DevOps?
I would like to check which custom installed extensions from VS Marketplace are used in both build and deployment pipelines. Does Azure DevOps provide any view
I am running a build pipeline with sonat tasks but when it arrives to the build task it fails and i got the following error : Here 'is my azure pipeline file:
I am trying to test connectivity from source to a FTP server on port 22 using azure devops commandline tool in pipelines Command for testing: telnet TestSFTP02
I am working on building a pipeline using AzureDevOps, and I face a strange problem. This is my pipeline: - stage: 'Test' displayName: 'Deploy to the test env
I'm using the Agile Process template in Azure Boards to run Scrum. I need to be able to link a story to a release so that I can report on what features shipped
I am a bit new in Azure DevOps. I know there is way that we can do XML transformation and JSON variable replacement. We can define key, value and json variable
We are trying to push a ConnectionString key in ApplicationInsights.config via parameters.xml. The parameter does not do his way to the said file. We build a we
I am attempting to run tests from a python module using Azure DevOps. I've got a pipeline build set up to build of a yml file and also using classic editor. I'm
I am using Azure DevOps with a Microsoft Account (@outlook.com). The same account is co-administrator of 3 different Azure Subscriptions. I am trying to create
Is it possible to do the code review if we select TFVC version control while creating the project ? I want the code review should be mandatory if my project is
I've been trying to deploy a database via a pipeline from Azure DevOps to an Azure resource group. I have an ARM template for my database server in my Repo alon
I am trying to set a property in the Integrations section of a Release pipeline through REST APIs. In the process, I find that a specific property cannot be set
I have created a pipeline to build a Docker image and push it to my container registry. I am using Docker task for doing this (buildAndPush command). Here is a
I have an Azure multi-stage CI/CD pipeline. It has stages for Test and UAT deployment. I want the UAT release to run if Test succeeds or is skipped, but not if
I have an Azure DevOps project that contains a solution that is published to an URL like custom.mycompany.com. Is it possible to publish another solution in a d
I'm writing a simple application to implement package retention in our AzureDevOps NuGet feed, but I can't delete a package -- nothing happens. (I want to keep