azure-yaml-pipelines Questions

6

Solved

In template pipelines you can't place any trigger statement such as trigger: none as specified in Microsoft's docs to disable ci trigger, so I wonder how do you prevent these pipelines from being e...

3

It seem like the folder that are getting generated during the build are getting deleted before I could ran any other task dist folder. trigger: - master pool: default steps: - task: NodeTo...
Sievert asked 30/7, 2020 at 14:45

4

I'd like to recreate a pipeline that looks something like this in YAML. I have successfully recreated the first line (A) pipeline. A combination of dependsOn, environmentName, and environment appr...

3

Solved

I use Azure DevOps for some time, and I always use Classic Editor GUI when crafting Build Pipeline. Now I'm trying to create new pipeline using YAML. Everything went well and the build was successf...

1

Solved

I was running the pipeline with a simple task to install the git and check the version by the following tasks. Everything was running well till the time I created another temporary pipeline with th...
Varnish asked 20/9, 2022 at 10:45

2

Solved

Guys Im currently working on an azure devops yaml pipeline, and i have a weird problem. For some reason on of my stages (marked in red) gets skipped, even tho it doesnt have any conditions definded...

2

Solved

I have the following pipeline template that I want to use to conditionally execute stages based on the input parameter stages. parameters: - name: dryRun default: false type: boolean - name: path...
Sadiras asked 17/8, 2020 at 15:56

2

Solved

can anyone explain what Batch in Azure YAML Schema Trigger does? The only explanation on MSFT website is batch changes if true; start a new build for every push if false (default) and this isn't re...

1

Solved

I converted most of my classic build pipelines to yaml now. The yaml convert tool devop basically treated my classic build pipeline tasks as individual yaml tasks. So now I have one job with around...

2

Solved

I would like to know if we have a way to run an exe in Azure devops and passing required parameters for that. I am using below task "PowerShell" and it gives me the error ** "C:\win...

1

Solved

I want to define a deployment job (via a template) but, running my azure pipeline, the following errors is displayed: job-deploy.yml@templates: Expected mapping end Where is my issue ? Following ...

2

Solved

Even though I set System.Debug=True I get no other information than "The job was skipped". Literally just these four words. I created a YAML-Release pipeline on Azure Devops which basical...
Stuck asked 14/12, 2020 at 12:39

1

Solved

I have a Azure Key Vault with different keys (e.g. Key1, Key2, Key3). In some setting, which is dynamically read in one pipeline task, I have value which says which key to use (lets KeyName variabl...

1

Solved

My Azure DevOps pipeline uses yaml templates from two different repos, which is configured as following. There is an application repository which has deployable application and one yaml file - t...
Bamby asked 11/5, 2020 at 12:20

1

Solved

Consider the following working job from an azure yaml pipeline - job: create_slot dependsOn: setup displayName: 'Create slot' pool: vmImage: 'windows-latest' variables: slotName: $[ depend...
Lasseter asked 27/4, 2020 at 21:5
1

© 2022 - 2024 — McMap. All rights reserved.