azure-pipelines-release-pipeline Questions
3
Solved
I am using the File Transform V2 task on my release pipeline for my ClickOnce application deployment.
-transform **\*.Release.config -xml **\*exe.config.deploy
I've never had issues transformin...
Morelos asked 20/4, 2020 at 13:34
2
I have the following in my NetStandard Project
<ItemGroup>
<PackageReference Include="MyReference" Version="1.0.*" />
</ItemGroup>
When I change it to use the wildcard (instead...
azure-devopsazure-pipelinesazure-pipelines-release-pipelineazure-pipelines-build-taskpackagereference
Monstrance asked 14/9, 2018 at 0:42
1
I have
developed a skeleton Android App in Android Studio
the Build pipeline in Azure DevOps
An Internal Testing track for this app on my Google Dev Console
Uploaded MANUALLY via the GUI of the...
Intercept asked 7/6, 2021 at 11:15
4
I am encountering the error during the Build phase of an Azure Pipeline on the Azure DeveOps site. Specifically, the packages it is complaining about are:
2018-09-30T20:35:07.6022998Z
============...
Tracytrade asked 30/9, 2018 at 21:24
4
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 ...
Succuss asked 26/10, 2019 at 21:53
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...
Nies asked 1/7, 2020 at 16:8
4
Solved
I'm running a task in VSTS which performs some operations on a variable from a previous step and I then need to output the result to be used in future tasks. I have the following in a command line ...
Nephew asked 30/7, 2018 at 7:6
2
Solved
When creating a release pipeline via the UI (Release) in Azure Devops you have the option cancel previous release.
How can i create this with YAML in my release pipeline, now as you can see al t...
Schweiz asked 13/2, 2020 at 16:10
6
Solved
How can I order the different deploy environments. Just for display purposes.
Currently we have it stand like this:
I want it to look like this:
development--test-acceptation--production
I alr...
Matt asked 22/10, 2019 at 6:7
3
I can view all features except Release pipelines which is showing empty screen for me as shown below. I have tried different browsers such as Google Chrome and Microsoft Edge, both showing empty sc...
Jackquelinejackrabbit asked 25/3, 2021 at 15:1
2
I am looking to get the contents of a file I pushed as an artifact to Azure DevOps
I was able to get a json response with a URL to the artifact zip by using this API
https://dev.azure.com/uifabri...
azure-devopsazure-pipelines-release-pipelineazure-pipelines-build-taskazure-devops-rest-apiazure-artifacts
Speculative asked 9/3, 2019 at 2:43
9
Solved
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. <<user id>> needs Use permissio...
Lafollette asked 24/4, 2019 at 2:0
6
Solved
In the classic release pipeline it was possible to add other pipelines as Artifact resources - these could be triggers, or just references. You could then reference information about them, e.g. the...
Hypercatalectic asked 7/11, 2019 at 11:19
2
Using Fastlane with azure pipeline Build getting a freeze at Running script '[CP] Embed Pods Frameworks we aren't able to do further action on the build as it gets stuck on given a run script
Error...
Annatto asked 11/9, 2019 at 11:48
3
I have repo in git and trying to build with yaml in vsts.
In repository there is only newly created angular project without any changes.
When trying to run pipeline with default angular yaml i get...
Atlanta asked 15/4, 2020 at 19:58
6
Solved
I am building a Release Pipeline on Azure DevOps. Part of my release is to copy a bunch of files to the Azure VM. As far as I understand, the target machine needs to have PowerShell 5986 port open....
Trailblazer asked 5/6, 2019 at 11:38
3
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
Lifeguard asked 4/3, 2020 at 10:39
2
Azure DevOps: Assets file doesn't have a target for '.NETCoreApp,Version=v2.2/linux-x64'
I'm creating a build pipeline for a AspNet Core Web Api in Azure DevOps using a task group that first installs .Net Core SDK (2.2), then does a package restore using dotnet restore (that uses a VST...
Zoilazoilla asked 2/9, 2019 at 8:56
5
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 day...
Ventriloquy asked 20/9, 2018 at 16:19
3
Solved
What is the easiest way to get key rotation to work for azure storage accounts from a AzureDevOps relase task? The current plan is to re-generate the old key after release to invalidate it, and hav...
Rigdon asked 29/10, 2018 at 9:40
1
Solved
Is it possible to run the first two stages parallelly in Azure DevOps pipelines? By default, Each stage starts only after the preceding stage is complete unless otherwise specified via the dependsO...
Liegnitz asked 25/8, 2022 at 5:31
3
I know that when creating a release pipeline in Azure DevOps you can have the web.config of an app updated with variables from the pipeline and that works great for all the appSettings values.
Bu...
Prakrit asked 2/10, 2019 at 22:37
2
Solved
I am creating a release pipeline on Azure DevOps for deploying ReactJs App. I have two tasks in my release pipeline: Download Build Artifact task and AzureBlob File Copy task. The AzureBlob File Co...
Daye asked 11/7, 2020 at 11:42
6
Solved
I have task in VSTS release management that deletes files. I want to have the Contents come from a variable. I have created a variable but I can't figure out how to create a multi-line variable. So...
Sustain asked 9/6, 2017 at 18:57
5
We're trying to download secrets with the download key vault secrets release task in VSTS.
The service principal is add in the key vault's access policies, all rights are checked, including get, ...
Etheleneethelin asked 21/6, 2018 at 12:29
1 Next >
© 2022 - 2025 — McMap. All rights reserved.