I use the following azure pipeline (it is simplified for testing): parameters: - name: BUILD_QUALITY displayName: What is the build quality? type: str
I am trying to create an azure function app using .net5 isolation, however the azure portal doesn't have an option for .net 5 only .net3.1 and .net6(preview), a
Summary How do I get the name of the current git tag in an Azure Devops Pipeline YAML-file? What Am I Trying to Do? I am setting up a build pipeline in Azure
We're gearing up to use DevOps for our CI/CD process involving ASP.Net web applications, and I'm having trouble getting to "best practice" for the web.config tr
I have a project on Azure DevOps containing multiple forks of the same main repository. I created a build pipeline for that repository which unfortunately canno
I'm trying to set up a hosted agent using Azure Virtual Machine Scale set for doing as the title portrays. However, setting up the VMSS without a public IP addr
I'm trying to set up a hosted agent using Azure Virtual Machine Scale set for doing as the title portrays. However, setting up the VMSS without a public IP addr
I am trying to build a DotNetCore project and push the package to Azure Artifacts. The Azure-Pipelines.yml I have is the following: trigger: - master pool:
Can someone pls help me to automate build and release pipelines for Standard logicapp in Azure DevOps. I can create consumption type logic apps with sample work
Is there a way to schedule each deploy for each environment after the release record has been created? The problem we have is we create a release and have DEV,
I'm trying to use Azure Pipelines to build a class library. My azure-pipelines.yml looks like this: variables: solution: 'MySolution.sln' buildPlatform: '
I am a TFS 2018 update 2 user. I use release management as my CD solution. I create a release definition consists of multiple deployment group phases. I execute
I am a TFS 2018 update 2 user. I use release management as my CD solution. I create a release definition consists of multiple deployment group phases. I execute
We're using TFS 2017 Update 3 on premise for CI and CD. Our build server has two agents. We only have a few automated releases at the moment but are working on
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 PathtoP
I have two pipelines(Pipeline A and Pipeline B) configured for build and release and Pipeline A triggers Pipeline B for deployment. I defined variables on pipe
I am trying to execute the following PowerShell script in Azure DevOps pipeline by using PowerShell task with inline mode. $clientId= "xxxxxxxxx" $clientSecre
We have a collection of Azure DevOps pipeline templates that we re-use across multiple repositories. Therefore we wanted to have a file that contains variables
I have an Azure Release pipeline that I've built using the GUI in Azure DevOps. There is a stage that has a linked variable group (Release scope) with a secret
I have a solution build with .NET6. The solution is quite basic: DashboardUI.Server is the ASP.NET Core hosted project DashbaordUI.Client is the Blazor applicat