I have integrated Tricentis Tosca CI with Azure devops. The pipeline is working fine and we can execute our tests but publish results is not working. My Publish
My target is to run our postman integration tests inside our azure pipeline. For this I am trying to access the health page of my service inside the Azure Pipel
Actually my need is to migrate all the work items from TFS to ADO in Collection level. For example: my collection contains around 50 team projects. If we are r
I have a YAML Azure DevOps pipeline that loops through series of configurations, copying artifacts to various places. What I want to do is, after the looping i
I am trying to merge different .config file to Web.config depending on which environment the Release is deployed. But, when I enable the XML Transformation in I
Maven is not able to download artifact when referred by version such as 'XXX-SNAPSHOT' but it is able to download every other dependency from it. It even downlo
In my organization we need to configure work items to require the field callled parent, also I want to know if it´s possible send a warning for all the wo
I have a Power Automate flow that receives data from a Microsoft Forms. From this form, I want to create a work item in Azure DevOps but also a repository. I ha
We have a dev and a master branch. When making a change I take a feature branch from Dev make those changes and push them and pull them back in to Dev for a rel
I want to launch a web app on Azure app sevice connected to my azure repo, but I have this problem ERROR: Command errored out with exit status 1: /tmp/8da0e5879
I am trying to get quality gate status from sonar server using API by passing pull request ID but I am getting error: $QualityGateResult = Invoke-RestMethod -Me
I have setup Azure DevOps CI/CD in my project. I want to share APK artifact to someone else via public link. Via artifact link, it requires credentials. Anyone
I was working on connecting dedicated sql pool(formerly sql DWH) to synapse spark notebooks. I was using spark.read.synapsesql(). I'm able to write data as tabl
I want to use archived environment for spark-submit, but after unpacking on k8s cluster it has corrupted python interpreter
I need to know how to get an error code and possibly the error from a terraform apply task into a powershell variable - i am sure this is possible but I cannot
I have an Azure Devops pipeline where i have automated the creation of a service connection for azure subscriptions and also triggering the stage 2 of the pipel
Currently my pipeline always runs builds on other branches, My expectation is that my pipeline only need to run build of a single branch which is master branch
I have a release pipeline with a QA/Smoke Test stage, that generates XML files containing test results. If I run this manually on my machine, obviously I have a
There are 2 REPOS - REPO1 and REPO2 I have a repo called REPO1 and in there is a yaml file eg pipleines.yml which runs some tasks to do some tests. The devs us
I wanted to do CICD of my azure Databricks notebook using YAML file. I have followed the below flow Pushed my code from Databricks notebook to Azure Repos. Crea