azure-devops Questions
2
Solved
Using Azure DevOps YAML in a database project build and release pipeline
This bit of code correctly picks up my four dacpac files, I can see these being copied in the console
- task: CopyFiles@2
...
Cyanamide asked 27/1, 2022 at 7:28
3
I have been trying to add an environment resource to our pipeline in azure devops but every time i install it with the powershell script they provide it asks me for tags. If i don't want to input t...
Australoid asked 22/5, 2020 at 13:15
4
Solved
I know that you can revert back to a previous commit but it doesn't sound like the history will be gone. How can I revert back to a previous commit and make sure the commits that came after are gon...
Shorthand asked 17/12, 2020 at 23:40
2
Solved
I am using azure-devops pipelines but I am having problems to set the name of the build.
Here is a normal build definition.
pool:
vmImage: 'VS2017-Win2016'
name: myBuildName
steps:
- task: NuG...
Randi asked 16/1, 2019 at 8:44
4
I am trying to create a prerelease build for a .net-standard 2.0 library in VSTS. I have created a build with the following steps
dotnet restore version 2
dotnet build version 2
dotnet pack versi...
Syllogism asked 11/7, 2018 at 14:50
6
Solved
I am trying to deploy an Azure ARM script in VSTS Pipeline.
I "Published" the Artifacts in the Build Step and Downloaded the Artifacts in the Release Step. The Log seems to indicate that it found ...
Bifid asked 14/12, 2018 at 19:10
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
4
Solved
I have a problem in the ADOS system that the pipeline fails because there is no "pool" specified. Also the validation shows this error. However, I have defined a pool.
trigger:
branches...
Darkle asked 1/12, 2022 at 13:59
3
Solved
I have a pipeline and a azure-pipelines.yml that drives my build, that requires a PAT in order for the build script to push artifacts using nuget, by using "nuget sources add.."
this work...
Komsa asked 15/10, 2020 at 19:9
3
Solved
I want to lock release branches from merging anything. Adding a default branch policy is fine as well. I can do it for any existing branch but not future branches.
Is there a way to set default bra...
Cavy asked 7/5, 2019 at 13:57
9
Solved
I am running the below yaml script to build docker images and push into kubernetes cluster but at the same time I wanted to enable docker layer caching in the azure DevOps while building the yaml s...
Stifle asked 10/12, 2019 at 11:56
5
Solved
I'm building a complex pipeline in yaml and I'm trying to create a dependency between two jobs such that the latter job runs after the former, but only if the former is set to run based on a parame...
Hexangular asked 28/5, 2020 at 6:21
3
Solved
We've been using the "new" CICD setup for Azure Data Factory as descibed by the documentation page: https://learn.microsoft.com/en-us/azure/data-factory/continuous-integration-delivery-im...
Tufted asked 16/6, 2022 at 12:16
2
It's on a fresh azure devops project.
I try to run Git Bash: "git clone (url)" and it says:
remote: TF401019: The Git repository with name or identifier (name) does not exist or you do no...
Catercornered asked 27/6, 2021 at 13:29
4
Solved
I'm just starting to work with runtime parameters in Azure Pipelines and there's something I can't quite figure out. Considering this Azure Pipelines YAML:
parameters:
- name: deployEnvironment
d...
Guilt asked 8/4, 2020 at 19:21
20
I am trying to push a git repo from PowerShell into an Azure DevOps repo, and I keep getting different auth errors when trying to push it.
I am hoping somebody can shed some light on what I check, ...
Obituary asked 25/10, 2018 at 8:51
3
Solved
Let's suppose I have 3 environments on Azure: Dev, Test and Prod. I have the same pipeline for building and deploying the resources and the code for each one of the environments except for two diff...
Landowner asked 10/11, 2020 at 22:28
6
When using Azure DevOps, there are times when the pipeline YAML file is not discovered and I'm unable to manually run a build.
In our case we only run automatically on commits to the master and de...
Kcal asked 27/4, 2020 at 15:42
1
I have the following project structure:
workspace_test
│ package.json
│
└───dist
└───libs
└───pkg
package.json
The workspace_test/project.json contains npm workspaces:
{
"name": &quo...
Wamsley asked 5/7, 2023 at 7:8
7
Solved
I am writing a YAML pipeline that should publish a NuGet package.
When coming to the deployment job I get a warning: "No packages matched the search pattern."
The package is there and it is confir...
Costume asked 13/3, 2020 at 23:22
3
Solved
I am using a self-hosted agent for running my build and release pipelines.
A problem happens after I run a build and it fails due to an issue in the pipeline. The cloned branch from remote sits in ...
Cumbrance asked 1/7, 2020 at 14:53
2
Solved
In the board view, the top of the column shows a number of work items in each column. I'd prefer that it instead show the sum of the story points of the work items in that column. Barring that, I'm...
Shlomo asked 18/3, 2020 at 21:35
3
Solved
I am trying to deploy a new infrastructure using terraform (for the first time) and I am getting the following error. I've tried everything but nothing seems to fix the issue.
Looks like it is aski...
Untraveled asked 1/3, 2022 at 10:44
6
Solved
In template pipelines you can't place any trigger statement such as trigger: none as specified in Microsoft's docs to disable ci trigger, so I wonder how do you prevent these pipelines from being e...
Pelage asked 11/12, 2020 at 9:55
4
Solved
We have some old ADO/VSTS projects that we want to archive and make read only. Each project has work items, builds, git repos, etc...
at the moment the only methods I have found are painful.
Remov...
Inhambane asked 17/1, 2020 at 11:44
© 2022 - 2025 — McMap. All rights reserved.