Questions tagged [azure-pipelines-release-pipeline]

Visual Studio Team Services and Team Foundation Server Release Management.

1942 questions
0
votes
1 answer

Why web..config is present after File Transform in release pipeline

In my release pipeline I am using File Transform option for my web.config. I have web.config and web.staging.config File transform is working and changes are applied in web.config but why web.staging.config is still present in the final deployed…
0
votes
2 answers

How to upload an asset from Azure Release pipeline to Github Enterprise using Bash

Since the company I work for will not allow any non-Microsoft released packages from the Azure Marketplace, I need to create a bash script to be able to upload my built/published asset to the Github Enterprise repo. For some reason I always get…
0
votes
1 answer

Server time error during the installation of deployment group agent via powershell

I am trying to install a deployment agent on the destination machine. I am running the script given by Azure DevOps in the deployment group. The agent installs successfully but then I get the error saying: The bearer is not valid…
0
votes
1 answer

How to solve the release pipeline deployment issue with the artifacts?

I'm using Azure DevOps REST API to create the release pipeline and deploy through programatically. After triggering the deploy API it starts the release but it unable to download the artifacts. In the artifact section, I've configured Azure Repos to…
0
votes
1 answer

Azure pipeline build Stage verification

As a centralized azure devops team in my org , we want to ensure that code of certain technology type built using standard extended yaml template. Thanks to the "Extend" feature and recently introduced template check at environment level , we are…
0
votes
3 answers

How exclude Deployment Group Target from Release on the fly

I have a Deployment Group with X number of servers. I've created and set up my Release Pipeline to work as expected. When I run it, it deploys to all servers under my Deployment group. (I do filter by specific Tags but that's irrelevant) What I need…
0
votes
1 answer

What happens if I choose Azure container registry as artifact sources in azure devops release pipeline?

The documentation states "By default, builds are downloaded to the agent. You can configure an option in the stage to skip the download of artifacts." Does that mean that the agents will pull the container?
0
votes
1 answer

JSON file to create release pipeline and add Agent Job and tasks to deploy Web App on Azure App Service Deploy

How can I code a JSON file to create release pipeline to create Agent job with following tasks 1) Download Build Artifacts task 2) Azure App Service Deploy task 3) File Transform Task 4) Azure SQL SqlTask
0
votes
1 answer

Release Pipeline to Deployment Group on prem

I think what I am looking to do is fairly simple - I just can't wrap my head around it. I've got a repo in AzDo. This repo contains configuration files for firewalls. This is how we manage changes in these configurations. I've got a simple build…
0
votes
1 answer

Azure DevOps YAML pipeline: Jenkins Queue job output variable

I have set up a build and release pipeline in azure DevOps. We currently define the build pipelines as YAML but the release pipelines are set up in the UI due to lack of functionality in the YAML schema. The task Jenkins queue job has an output…
0
votes
1 answer

Azure DevOps Pipeline - Release API - Update Release Definition add and remove a templated stage

We have a Azure DevOps Pipeline Release Definition, and i am looking at putting in place some automation for a new 'Stage' to be created from a template when a pull request is triggered on branch x, and the stage to be removed when the branch is…
0
votes
1 answer

Associated tags in an Azure DevOps release

Is there a way to retrieve the list of tags associated to a specific release while running (e.g. within a PowerShell task)? I searched in the predefined variables, but I could not find anything about it. I could also get the information using the…
fra
  • 3,488
  • 5
  • 38
  • 61
0
votes
1 answer

Azure DevOps API work with releases states

I want to get releases, which state is only in progress, but when I send request https://vsrm.dev.azure.com/{organization}/{project}/_apis/release/releases?definitionId={definitionId}&api-version=5.1 to get all releases and see, which field is…
0
votes
2 answers

In Azure DevOps release pipeline is it possible to request approval conditionally?

We use Azure DevOps Server 2019 (on-prem). I.e. no unified pipelines, no YAML release pipeline. The scenario is this: Stage A invokes terraform plan to produce a plan file Stage B takes the plan file (somehow, see In Azure DevOps Server 2019…
mark
  • 59,016
  • 79
  • 296
  • 580
0
votes
1 answer

Setting up email Notification on Azure DevOps

I have Self-hosted agents on my Azure DevOps on which the execution is scheduled from ADO every night using the release pipelines which i've created. I would want to send out email notification with the results to a Distribution List after the…