Visual Studio Team Services and Team Foundation Server Release Management.
Questions tagged [azure-pipelines-release-pipeline]
1942 questions
0
votes
2 answers
Azure Release pipeline inline powershell script reusability
I am writing inline powershell scripts in several of my release pipelines across projects. There is a good scope of reusability of these scripts. What is the best practice to put these scripts under revision control and share it across multiple…

Chubsdad
- 24,777
- 4
- 73
- 129
0
votes
1 answer
Added agentless job to our release pipeline but it fails
Added agent less job to our release pipeline but it fails , Please advice
error: 2020-02-11T19:31:58.7824352Z ##[error]Build with ID 321656 not found for build pipeline ID 241
failure

sudheer kumar
- 3
- 1
0
votes
1 answer
Is there a way to push Azure DevOpsRelease pipeline logs into Log Analytics?
We would need to store the deployment logs for all customers for a period of one year and was wondering if there is a way of pushing the Azure Devops release logs into Log Analytics or Azure monitor?

Hariprabu Jagadeesan
- 173
- 6
0
votes
1 answer
Triggers on release branch X strategy
Question: how do you setup CI/CD in YAML pipelines for following context.
branches
master
release/{ALPHABETICAL NAME} ex. release/Albert next release is release/Bertrand and so on.
environments
accept: everything that's pushed on master
test:…

Frederic de smet
- 159
- 1
- 4
0
votes
1 answer
How to use Az CLI in a CI pipeline?
I do not know how az login works, but it must be saving the credentials for subsequent az commands to use. that means it cannot be used as is in a CI pipeline, where multiple concurrent pipelines may run on the same build machine using the same…

mark
- 59,016
- 79
- 296
- 580
0
votes
1 answer
selection of task in release pipeline in azure devops
I have a build pipeline which I created and I have the artifacts in a drop folder.
Now I want to deploy these artifacts. The drop folder contains my data factory resources like pipelines, datasets.
I have 2 questions:
What task for the agent…

Samyak Jain
- 155
- 1
- 2
- 8
0
votes
1 answer
azure devops clone release with different stage security settings with inheritance set to off
I have a setup to deploy code via azure release pipeline with stages deploying to different env. I have created security settings with different for each stage in a release and I did this with Inheritance set to off on each stage.
For some reason…

Satya
- 3
- 1
0
votes
1 answer
How to invoke iteration API query in Azure DevOps Services
I am trying to invoke the Rest API below for getting list of work items which are mapping to a specific iteration.
https://learn.microsoft.com/en-us/rest/api/azure/devops/work/iterations/get%20iteration%20work%20items?view=azure-devops-rest-5.1…

Chubsdad
- 24,777
- 4
- 73
- 129
0
votes
1 answer
How to make a file that is generated during release pipeline accessible?
I run UI tests for my app in a release definition in Azure DevOps. I generate test report. I decided that it is convenient to save it in the build directory(wrong assumption?). The directory where the report is is:
browserName +…

Yoda
- 17,363
- 67
- 204
- 344
0
votes
2 answers
Is any Azure REST API available to deploy application to multiple Stages
I have configured different Pipelines for different applications through Azure DevOps. Is there any REST service available to trigger builds and then deploy the artifacts on different Stages?

Jaffy
- 575
- 1
- 6
- 15
0
votes
1 answer
confusion on Azure DevOps pipelines
I've recently been working on switching from On premise TFS to Azure DevOps, and trying to learn more about the different pipelines and I think I may have had my Build pipeline do too much.
Currently I have my Build Pipeline do
Get Source code from…

Josh Knutson
- 325
- 1
- 5
- 11
0
votes
1 answer
How to use azure cli to change or update pre deployment conditions on azure pipelines?
I am trying to find an example that can show how to use azure cli to update pre deployment conditions on a azure devops pipeline such as select/unselect one of the check boxes below

ykm
- 33
- 1
- 5
0
votes
1 answer
Having trouble deploying reactjs and .net 4.8 backend to iis
So I have tried deploying an application using .net 4.8 backend and reactjs as frontend. I followed this guide.
I built both agent steps, both artifacts in release but when its deploy the contents of the 'dist' artifacts does not go in to…

swedish_junior_dev
- 167
- 3
- 14
0
votes
1 answer
Find Azure DevOps Release Definition Service Connection in Release Definition YAML
I am building a report to summarize release definitions in Azure DevOps. This report will perform various checks to determine the health of the release definition. One of the checks I would like to implement is to determine if the Azure Service…

Stone
- 1
0
votes
0 answers
trigger a release pipeline from target server
Im kinda new to Devops
i want to create a basic release pipeline, that instead of running on 1 or several servers- would run individually on each developer's machine, and ONLY WHEN THEY CHOOSE TO RUN IT.
NOT scheduled, and NOT by one person who…