I am trying to use conditions in azure pipelines, when using it with condition: for step it works fine, but when trying to put the same condition with if it doe
I am trying to install azure-pipeline using: pip install azureml-pipeline When I do this it installs most dependencies fine until I receive the following error
I want to print the angular version of the project in the build pipeline. We are using azure devops and yml for the pipepline configurations I could able to rea
I am manually failing my pipeline before terraform apply. just right after terraform plan. It fails it successfully - I then add a manual approval variable and
I am working in many project in same time so i need to use a different working directory in circle,look what i did: steps: - checkout - run: name: Ru
I have a build pipeline in Azure Pipelines with trigger: branches: include: - '*' tags: include: - v/* In other words: I build all branches
I am trying to set up test (manual/yaml) in Azure Load Testing service and my test uses client certificates, so I uploaded jmx, keystore(.p12) and csv (has alia
I'm working with Azure pipelines to build and push container images. The pipeline is triggered when there is a commit in the branch, so then the pipeline starts
I have a project where I'm using Terraform in Azure DevOps Pipeline create Infrastructure but want to destroy the infrastructure in a PowerShell script running
I have the following variable in my pipeline script: variables: is_main: $[eq(variables['Build.SourceBranch'], 'refs/heads/main')] And I want to use it like
We're setting up infrastructure as code in Azure pipelines. I now have a list of Role assignments; Roles which I want to give to groups. I've defined a list of
My .csproj file uses multi target: <TargetFrameworks>net6.0;net472</TargetFrameworks> and I need the '/p:DefineConstants="TRACE; X64; NETFRAMEWORK;
Stage is getting skipped eventhough all dependencies seems conditions are present. Here are rquirements for a pipeline: stage 'NextTest' should be run after sta
As you can see, the alarm is not triggered when copy 6, the last pipeline, succeeds. I want each copy pipeline to work regardless of the success or failure of
I'm running tests solution on azure pipeline with help of vstest@2 task. Pipeline distributes test cases on 4 agents and then runs them. Task yaml: - task: VS
I am trying to build a pipeline for a simple angular project in Azure Devops but I keep getting an error that "no such file or directory: D:/a/1/s/dist" Here is
I'll do my best to explain my problem. In standard practice, I have an Azure Devops pipeline that creates a Terraform payload, invokes Terraform API, and lets T
working with a simple terraform build pipeline and everything seems to be according to plan except I get a "failed to download modules" error halfway through my
We are using Azuredevops server integrated with the self hosted agents running on linux vms in azure. We are facing some unexpected behavior in our build agents
I am trying to start an application from Azure Pipelines YAML using Powershell. I want the app to start with a non-administrator account, while the Azure Pipeli