Visual Studio Team Services and Team Foundation Server Release Management.
Questions tagged [azure-pipelines-release-pipeline]
1942 questions
120
votes
3 answers
What is the difference between Pipeline and Release Pipeline in azure devops?
An yaml file is generated while you choose this option shown below:
In this yaml file, you can define an entire deployment cycle starting from restore -> build -> run tests -> publish and -> deploy to azure app service web app.
then, why there is…

blogs4t
- 2,329
- 5
- 20
- 33
105
votes
5 answers
Azure DevOps, YAML release pipelines?
I am following this process to create a YAML build pipeline for a .NET Core Web API project:
https://learn.microsoft.com/en-us/azure/devops/pipelines/get-started-yaml?view=vsts
When it comes to releasing it, I note that the (recently renamed) Azure…

Michael12345
- 2,520
- 5
- 23
- 41
94
votes
3 answers
How do I uninstall "Microsoft .NET Core 1.0.0 RC2 - VS 2015 Tooling Preview 1"?
I'm having trouble uninstalling Microsoft .NET Core 1.0.0 RC2 - VS 2015 Tooling Preview 1. I'm in Windows 7, in the Programs and Features window. When I click uninstall, it brings up a dialog box, with the options repair, uninstall, and cancel. …

r12
- 1,712
- 1
- 15
- 25
77
votes
11 answers
Azure DevOps pipeline release Error: No package found with specified pattern: D:\a\r1\a\**\*.zip
I have an ASP.NET Core project in Azure DevOps repository and it gets built OK using the DevOps build pipeline. However, the release over that builds always fails with this error:
Error: No package found with specified pattern:…

Tohid
- 6,175
- 7
- 51
- 80
62
votes
5 answers
Azure App Service deploy Failed to get resource ID for resource type 'Microsoft.Web/Sites'
In the last 6 months I have been releasing with a pipeline in Azure DevOps, but today I receive the following error:
2019-09-25T14:24:38.4296875Z ##[section]Starting: Azure App Service Deploy: AS-ServiciosNegocio-API-UAT
2019-09-25T14:24:38.4419797Z…

Ruy Ruiz
- 614
- 1
- 5
- 5
45
votes
2 answers
dotnet build vs publish on Azure DevOps
I have a .NET Core 2.0 console app. I can successfully build or publish this app and run it locally. I can also successfully build and publish this app in Azure DevOps. However, if I build the app in Azure DevOps, I cannot run the result.
In Azure…

user687554
- 10,663
- 25
- 77
- 138
41
votes
3 answers
Azure DevOps Pipelines "Waiting for console output from an agent..."
I require something from the output of a running release task in order for it to complete (an authenticate code). But the console is now not updating. All I get is "Waiting for console output from an agent..."
This happens on both our self-hosted…

Dave New
- 38,496
- 59
- 215
- 394
30
votes
2 answers
Azure devops deployment failure : TypeError: Cannot read property 'scmUri' of undefined
I have been facing this issue particularly today while deploying my application to the azure environment using Azure Devops.
One of the deployment task fails with the following eror message:
##[debug]Deployment Failed with Error: TypeError: Cannot…

Sajeetharan
- 216,225
- 63
- 350
- 396
29
votes
2 answers
How to trigger VSTS build and release when pushing tags?
I have rather simple scenarion, one master branch then when I want to do a production release I want to tag a commit with eg. vX.X.X.
The CI/CD pipeline looks like this
Build -> Staging Environment -> Production Environment
Every commit to master…

dzed
- 524
- 8
- 13
22
votes
8 answers
Access denied. Needs Use permissions for pool Default to perform the action
I get following error when trying to save a release pipeline on Azure dev. What exact permissions do I need to ask from my administrator?
Access denied. <> needs Use permissions for pool Default to perform the action. For more information,…

Channa
- 3,267
- 7
- 41
- 67
19
votes
1 answer
How to enabled verbose logs in VSTS Release definition task?
I need logs more detailed when I run a Release Definition on VSTS. How enabled verbose logs on all Release Definition or on a task of the Release Defintion ?

Phil
- 1,035
- 2
- 10
- 17
18
votes
5 answers
Is it possible to schedule a release for a specific day and time?
I am using Azure-DevOps Release pipelines to automate deployments.
I would like to schedule release creation to occur at a specific date and time.
But according to the screenshot below, only days of the week can be selected. And you can't specify…

Matthew Eskolin
- 558
- 1
- 5
- 20
18
votes
6 answers
How do you import a release definition in Azure Devops (VSTS)?
I'm trying to copy a release definition from one Azure Devops (VSTS) project to another. In the source project I'm able to export the release definition as a json file.
But I'm not able to find a way to import this into the target project. I only…

reggaemahn
- 6,272
- 6
- 34
- 59
18
votes
3 answers
How to publish artifacts separately for each project in solution from VSTS CI pipeline?
In my solution, I have two projects (a Asp.net MVC and a Windows Service). I want to create CI/CD pipeline to deploy web application and windows service on different VMs. But to achieve this my CI pipeline should be able to publish artifacts…

DevX
- 725
- 3
- 13
- 26
17
votes
3 answers
Azure DevOps Release Pipeline - Dropdown list of custom variable
For Azure DevOps Release pipeline, is it possible to create Dropdown list for custom variables?
So for below, if I wish to have dropdown values instead of single text value

Patty
- 451
- 1
- 4
- 11