Visual Studio Team Services and Team Foundation Server Release Management.
Questions tagged [azure-pipelines-release-pipeline]
1942 questions
0
votes
1 answer
Azure Resource Group Deployment Fails
I have an Azure Resource Group Deployment project in Visual Studio 2019 that validates and deploys fine from Visual Studio, however when I try to deploy it through Azure Release Pipeline with an Azure Resource Group Deployment Task it intermittently…

TrevorBrooks
- 3,590
- 3
- 31
- 53
0
votes
1 answer
TFS 2015 Release Management - Artifact Type: FileShare Error: System.IO.FileNotFoundException: Unable to find the specified file
I am using TFS 2015 Release to deploy Builds to DEV, QA, and UAT, environments.
I am deploying a C# WPF application.
I have made a change to an included database project where I have now included ".sql" scripts to
the output directory in my Visual…

JukeSpeets
- 561
- 5
- 7
0
votes
2 answers
Automate Azure Data Factory triggers using release pipeline by using powershell task
I am new on DevOps, i am trying to change Azure Data Factory triggers starttime and endtime properties in azure data factory at deployment time using powershell.
I found this link and tried to follow in PowerShell. I am getting following error when…

Ashish-BeJovial
- 1,829
- 3
- 38
- 62
0
votes
1 answer
Azure Devops Release
I'm having trouble setting up a release pipeline on Azure DevOps to publish a self-contained netcoreapp2.2 application to a third-party provider (Fast2Host).
I'm trying to use MSDeploy Package Sync with the following configuration:
steps:
- task:…

Neil Hartley
- 11
- 4
0
votes
2 answers
Azure Devops release pipeline unauthorized for some projects
I am trying to release multiple projects in 1 solution using Azure Release pipeline
They are all connected to the same Azure Subscription, but some do deploy to the given app service while others give an unauthorized error.
Ive looked into it and i…

Steven Spieler
- 125
- 1
- 1
- 13
0
votes
2 answers
Remove tag from run in Azure Pipelines
I am using build pipelines and release pipelines to manage AWS infrastructure.
The build pipeline runs tests on the code to ensure the code meets certain standards.
The release pipeline spins up a temporary environment and runs integration tests.
I…

Dicky Moore
- 956
- 3
- 10
- 32
0
votes
1 answer
How to create/update environment in release definition pipeline?
I am trying to dynamically create environments with a set of specific predefined tasks and steps.
Anyone ever got this working well enough to post some sample code, or a guide?
I can't add an environment, or tasks to an existing one. I keep getting…

Erez Yaron
- 3
- 1
0
votes
1 answer
Files have been deleted after deploy
I'm using Azure DevOps to deploy my source in a WebApp.
I have two pipelines for two projects, the first project have been deployed like a charm, but the second not!
When I deploy the second project for a moment I saw the files in wwwroot folder…

Jean Carlos
- 1,613
- 3
- 18
- 26
0
votes
1 answer
Azure pipelines: Docker buildAndPush failing
I have a generic pipeline to save a docker image to AWS ERC as follows:
# ASP.NET Core (.NET Framework)
# Build and test ASP.NET Core projects targeting the full .NET Framework.
# Add steps that publish symbols, save build artifacts, and more:
#…

Amphagory
- 51
- 9
0
votes
1 answer
How would you access attributes of work items (Features, User Stories, Bugs, or Tasks) associated with a build in the release pipeline?
My team and I are trying to find a way to automatically build release notes and generate them in markdown to be put into a Wiki for users to access. I found a video from Microsoft where their team uses a process where they have release notes for…

David Coxsey
- 53
- 1
- 5
0
votes
1 answer
npm version on Azure Pipelines (VSTS) upon merge
We are holding a CI pipeline to run on every PR.
Once a PR marked as completed, it auto merge the code to master branch.
We want to update the version in package.json using npm version, however, we have a branch policy to prevent direct push to…

SagiLow
- 5,721
- 9
- 60
- 115
0
votes
1 answer
How to resign/ change bundle id for an already built APK in an Azure Devops release pipeline
I'm working with a client who wants to deploy multiple versions of their android application (representing DEV, TEST, UAT, PROD, etc) to the same device.
Normally, with any application, I'd prefer to promote the same compiled binary code from one…

Will
- 43
- 6
0
votes
2 answers
Is there option how create new pipeline variables in Azure devops via code
I am setting up a new pipeline which i want to have dynamic as possible. First thing which i will need to solve is find mechanism which will allow me to have dynamic variables. I thought about few ways how to do it or how to manage it.
question:
I…

Richard
- 15
- 2
- 9
0
votes
1 answer
Is there a variable to find the last successful deployment to a stage?
When deploying to a stage within a release pipeline, part of the process currently in place is to tidy up from the previous version deployed on that stage, which means telling the current deployment what the previous deployed version was. This is…

Ashley Taylor
- 23
- 1
- 5
0
votes
1 answer
In an Azure DevOps release pipeline with several jobs, can I capture the status of the previous jobs in a script?
In my Azure DevOps release pipeline I have a powershell script that sends a REST request to another application with the status 'failed' or 'successful'.
I want the status to send 'failed' if any of the previous jobs failed. So basically something…

Jay05
- 173
- 2
- 9