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
Several Projects with their boards are created in Azure (For example A and B). But we have lots of work items that should be in both A and B Project boards. Eve
I'm trying to cache the cypress installation in my build pipeline. I have this task setup: - task: Cache@2 inputs: key: 'cypress | $(Agent.OS) | package-l
I'm trying to edit appsettings (.net) in azure pipelines, it's for differents environments(production, development, etc..) For example I want to change this val
Strange question - I want to whitelist packages for dotnet build, like use only allowed packages. I'm using Azure DevOps as a build/deploy solution. For example
I'm setting up a DevOps pipeline and during the build, I keep running into the error: ScreeningController.cs(19,7): Error CS0246: The type or namespace name 'NP
I have a number of projects in Azure DevOps that are saved through Visual Studio to my local drive. I just went through removing Visual Studio Community from my
I am trying to use Microsoft speech to text api(azure-cognitiveservices-speech) in AWS Lambda. In AWS Lambda I am using docker image(public.ecr.aws/lambda/pytho
I am trying to list all Pull Requests associated with a Work Item but according to the Work Items API there doesn't seem to be a way to get it: GET https://dev.
We've got two YAML Pipelines, pull-request.yml and main.yml. As the names suggest, pull-request.yml runs on every PR, and main.yml runs once deployed to main. I