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...

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...

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...

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 ============...

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 ...

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...

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 ...

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...

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...

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...

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...

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...

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...

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....

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

2

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...

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...

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...

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...

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...

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...

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, ...

© 2022 - 2025 — McMap. All rights reserved.