azure-devops Questions
3
Solved
In my team the list of boards, e.g. this page https://dev.azure.com/myorg/MentalHealth/_boards/directory, only contains one board, called 'MentalHealth Team boards' (N.B. I don't understand why tha...
Photobathic asked 14/2, 2020 at 7:59
2
Solved
I have created a pull request in AzureDevops Repos. Pull request is from "green_branch" into "master". I would like to change the target of this pull request from "master&q...
Electric asked 26/10, 2023 at 9:31
3
Solved
I have a pom.xml file that includes my project version like this
<version> 1.14.0 </version>
and I also have a YAML file that autogenerates a GitHub tag when the tests have passed a...
Psia asked 6/5, 2019 at 8:42
4
I have been writing some terraform and using Azure Devops to deploy the pipeline. However if I use a variable $(serviceconnection) for the service connection it fails with the following error:
Ther...
Lightish asked 28/6, 2022 at 13:32
4
Solved
When i try to build angular app using azure devops and deploy to azure static web app i'm receiving below error
The app build failed to produce artifact folder: 'dist/harmony-front'. Please
ensure...
Glorification asked 16/2, 2023 at 18:36
3
Solved
Description
I'm trying out the service containers for integrated database tests in azure devops pipelines.
As per this opensourced dummy ci cd pipeline project https://dev.azure.com/funktechno/_git...
Detestable asked 22/8, 2020 at 16:24
3
Solved
I have this PowerShell script, that reads some environment variables and outputs them:
Write-Host "name: $(tenantName) version: $(versionRelease) url: $(urlApplication)"
Those variables are defi...
Seiler asked 16/6, 2020 at 13:0
3
I am using azure devops to deploy a database to a virtual machine via deployment groups.
I have verified that the system variable path is correct and also that it works when I log into the virtual ...
Beasley asked 28/4, 2020 at 19:44
4
I'm attempting to set up an Azure DevOps build pipeline against a .NET Framework 4.7.2 solution which contains a Visual Studio Installer Project. I've set up a self-hosted agent on a Windows Server...
Deodorize asked 20/12, 2019 at 3:14
4
Solved
I am trying to use if else conditions in Azure Devops yml pipeline with variable groups. I am trying to implement it as per latest Azure Devops yaml pipeline build.
Following is the sample code for...
Frederick asked 20/10, 2021 at 20:25
3
Solved
running a container-job in an azure pipeline, I use a docker image ( conan ) which expects the build commands to be run under conan.
While I'm able to bootstrap the container in azure with --user r...
Parallelogram asked 31/12, 2019 at 13:32
2
I'm running a command (New-AzResourceGroupDeployment -WhatIf) in Powershell (or Powershell Core, both are options here), that produces some very colorful output like this:
The problem is that when...
Mannequin asked 15/1, 2021 at 11:53
7
We have an in-house Azure DevOps 2019 server and I'm currently setting up a build for a new .Net6 solution whose projects reference various packages from both nuget.org and an in-house feed in our ...
Amnion asked 30/6, 2022 at 13:16
2
Solved
When running from Visual Studio, MSBuild is given the $(SolutionDir) macro/property.
Running from Azure DevOps, this property does not exist (rightfully so).
Azure DevOps has the Build.SourceBranc...
Mowry asked 24/5, 2019 at 1:43
1
Solved
I have created a new MAUI .NET 8.0 project (no changes from the default that Visual Studio 2022 creates) called TestMauiApp. I've then added a MAUI class library to the solution called MauiLibrary,...
Clay asked 7/12, 2023 at 21:1
3
Solved
I activated my global admin role in Privileged Identity Management like so
When I navigate to the Access Control blade under a subscription, I see the Add role assignment options disabled.
Doesn'...
Truscott asked 2/6, 2021 at 10:52
7
Solved
I am getting below error while deploying app service via Azure DevOps. I tried to search for this issue but could not found root cause of this.
Error :
2021-03-15T06:01:27.7479723Z ##[error]Error: ...
Intervention asked 15/3, 2021 at 6:10
2
I am building a project server solution with azure devops.
In my release pipeline I have multiple powershell scripts that requre user credentials as parameters. The password is saved in a secret v...
Sullen asked 20/9, 2019 at 9:59
3
Solved
I have a use case where I want to use pipeline parameters in a yaml pipeline with user name and password.
For the username it's easy because I simply add the following in my parameters section.
par...
Benefactress asked 12/1, 2021 at 14:48
5
I am using Terraform to deploy code into my Azure infrastructure.
I have an Azure Firewall with some Network Rules which has a bunch of free text IP addresses as Source/Destination. An example belo...
Kenyakenyatta asked 16/2, 2022 at 14:37
2
Solved
I'm facing to an issue when I'm running my unit tests on a VSTS build.
When I'm launching all my tests on Visual Studio locally, everything works fine. No error at all. Perfect.
But when I'm launch...
Simmonds asked 24/7, 2018 at 16:28
4
In Azure DevOps, I'd like to use the dotnet core CLI task to push a package with the --skip-duplicate option set. How do I do that?
I tried to set arguments: --skip-duplicate, but that's not getti...
Adorn asked 10/6, 2020 at 14:12
6
Solved
I have folder structure this way in source code.
f1
f2
f3
f4
I have added gitcopy diff task in my pipeline which lists and copies files which are modified to a destination folder.
Now, I want to ha...
Electrum asked 1/12, 2020 at 10:6
4
Solved
I'm hoping to cache a specific stage in my multi-stage Dockerfile that my test stages use in an effort speed the build process up. Otherwise, it builds for unit testing and then for integration tes...
Synthetic asked 30/10, 2021 at 22:35
9
Building CI pipeline for .Net core APIs in VSTS. But while building getting the below error.
Publishing build artifacts failed with an error: Not found PathtoPublish: D:\a\1\s\$(buildStagingDirect...
Xavler asked 6/6, 2018 at 11:21
1 Next >
© 2022 - 2024 — McMap. All rights reserved.