DORSETRIGS
Home

azure-pipelines (247 post)


posts by category not found!

Display HTML content in VSTS/TFS build summary without using contribution in manifest file

Displaying HTML Content in VSTS TFS Build Summary Without Manifest Contributions Problem You want to display rich formatted HTML content in your VSTS TFS build

3 min read 07-10-2024 47
Display HTML content in VSTS/TFS build summary without using contribution in manifest file
Display HTML content in VSTS/TFS build summary without using contribution in manifest file

Azure Pipeline Nuget Package Versioning Scheme, How to Get "1.0.$(Rev:r)"

Mastering Nu Get Package Versioning in Azure Pipelines Achieving 1 0 Rev r Azure Pipelines offers a robust system for building and deploying your applications W

2 min read 06-10-2024 47
Azure Pipeline Nuget Package Versioning Scheme, How to Get "1.0.$(Rev:r)"
Azure Pipeline Nuget Package Versioning Scheme, How to Get "1.0.$(Rev:r)"

Azure Devops - Get release definitions by agent pool ID

Finding Your Azure Dev Ops Releases A Guide to Filtering by Agent Pool ID Managing releases in Azure Dev Ops can be a complex task especially as your projects g

3 min read 06-10-2024 48
Azure Devops - Get release definitions by agent pool ID
Azure Devops - Get release definitions by agent pool ID

Azure DevOps Server pipeline build fails when using self-signed SSL certificate with "unable to get local issuer certificate" during NuGet restore

Azure Dev Ops Server Pipeline Build Fails Unable to Get Local Issuer Certificate During Nu Get Restore Understanding the Problem Have you ever encountered an er

2 min read 06-10-2024 44
Azure DevOps Server pipeline build fails when using self-signed SSL certificate with "unable to get local issuer certificate" during NuGet restore
Azure DevOps Server pipeline build fails when using self-signed SSL certificate with "unable to get local issuer certificate" during NuGet restore

DotNetCLI@2 pack seems to be ignoring configuration inputs

Dot Net CLI 2 Pack Why Your Configuration Inputs Are Being Ignored Scenario You re using the Dot Net CLI 2 task in Azure Dev Ops to build and pack your NET proj

2 min read 06-10-2024 45
DotNetCLI@2 pack seems to be ignoring configuration inputs
DotNetCLI@2 pack seems to be ignoring configuration inputs

Setting Git Tag from Azure Devops Build Pipeline on Complete

Tagging Your Code Setting Git Tags from Azure Dev Ops Build Pipelines Git tags are powerful tools for marking specific points in your codes history like release

2 min read 06-10-2024 52
Setting Git Tag from Azure Devops Build Pipeline on Complete
Setting Git Tag from Azure Devops Build Pipeline on Complete

How to make a copy file succeed even if files are not present in TFS?

Overcoming the File Not Found Error Successfully Copying Files in TFS Even When They Dont Exist The Problem You re working with Team Foundation Server TFS and n

2 min read 06-10-2024 45
How to make a copy file succeed even if files are not present in TFS?
How to make a copy file succeed even if files are not present in TFS?

Add environment to Pipeline stuck in "connecting to server"

Pipeline Stuck in Connecting to Server Add an Environment for a Smoother Ride Have you ever started a pipeline in your CI CD system only to find it stuck in the

2 min read 06-10-2024 44
Add environment to Pipeline stuck in "connecting to server"
Add environment to Pipeline stuck in "connecting to server"

Azure Pipelines: "No packages matched the search pattern."

Azure Pipelines No Packages Matched the Search Pattern Troubleshooting and Solutions Have you encountered the frustrating error message No packages matched the

2 min read 06-10-2024 48
Azure Pipelines: "No packages matched the search pattern."
Azure Pipelines: "No packages matched the search pattern."

Azure DevOps pipeline enter variable value from UI

Streamlining Your Azure Dev Ops Pipelines with User Interface Input Tired of manually updating your Azure Dev Ops pipeline variables Imagine a world where you c

2 min read 06-10-2024 43
Azure DevOps pipeline enter variable value from UI
Azure DevOps pipeline enter variable value from UI

How to allow an empty string for a runtime parameter?

Allowing Empty Strings as Runtime Parameters A Guide for Developers Passing data to a program at runtime is essential for flexibility and customization Often th

2 min read 06-10-2024 43
How to allow an empty string for a runtime parameter?
How to allow an empty string for a runtime parameter?

Azure DevOps - Clean build directory

Keeping Your Azure Dev Ops Builds Clean The Power of Clean Build Directories The Problem Imagine you re building a complex software project in Azure Dev Ops You

2 min read 06-10-2024 41
Azure DevOps - Clean build directory
Azure DevOps - Clean build directory

How to specify which version of nuget.exe to use with self-hosted agent in Azure DevOps?

Pinning Down the Nu Get Version on Your Azure Dev Ops Self Hosted Agent Running a self hosted agent in Azure Dev Ops gives you great flexibility but managing de

2 min read 06-10-2024 48
How to specify which version of nuget.exe to use with self-hosted agent in Azure DevOps?
How to specify which version of nuget.exe to use with self-hosted agent in Azure DevOps?

How to get the userId field in Azure Devops API

Unlocking User Identities in Azure Dev Ops A Guide to Retrieving the user Id Field Azure Dev Ops provides a powerful API for managing your projects and collabor

3 min read 06-10-2024 53
How to get the userId field in Azure Devops API
How to get the userId field in Azure Devops API

Azure Pipelines using YAML for multiple environments (stages) with different variable values but no YAML duplication

Streamlining Your Azure Pipelines Managing Multiple Environments with YAML Without the Duplication The Challenge Imagine you re building a web application deplo

3 min read 06-10-2024 58
Azure Pipelines using YAML for multiple environments (stages) with different variable values but no YAML duplication
Azure Pipelines using YAML for multiple environments (stages) with different variable values but no YAML duplication

ASP.NET Azure Web App Pipeline: No package found with specified pattern: D:\a\1\s\**\*.zip

ASP NET Azure Web App Pipeline No package found with specified pattern D a 1 s zip Error This error message No package found with specified pattern D a 1 s zip

3 min read 06-10-2024 38
ASP.NET Azure Web App Pipeline: No package found with specified pattern: D:\a\1\s\**\*.zip
ASP.NET Azure Web App Pipeline: No package found with specified pattern: D:\a\1\s\**\*.zip

How to work with multiple artifacts/stages in Azure Release Pipelines?

Orchestrating Your Releases Working with Multiple Artifacts and Stages in Azure Release Pipelines In the world of software development deploying applications in

4 min read 05-10-2024 44
How to work with multiple artifacts/stages in Azure Release Pipelines?
How to work with multiple artifacts/stages in Azure Release Pipelines?

Deploying Hugo onto staging website from feature branch

Deploying Hugo onto a Staging Website from a Feature Branch Problem You re working on a feature branch in your Hugo project and you want to test it on a staging

2 min read 05-10-2024 41
Deploying Hugo onto staging website from feature branch
Deploying Hugo onto staging website from feature branch

Azure cli cant connect due to Invalid client secret provided

Troubleshoot Invalid Client Secret Provided Error in Azure CLI Connecting to Azure resources using the Azure CLI is a breeze but sometimes you might encounter a

2 min read 05-10-2024 46
Azure cli cant connect due to Invalid client secret provided
Azure cli cant connect due to Invalid client secret provided

How to find the associated pipeline in Azure DevOps from a given yaml file?

Unraveling the Pipeline Mystery Finding Your Azure Dev Ops Pipeline from a YAML File Ever stumbled upon a YAML file defining a build or release pipeline in Azur

2 min read 05-10-2024 43
How to find the associated pipeline in Azure DevOps from a given yaml file?
How to find the associated pipeline in Azure DevOps from a given yaml file?

ADF Pipeline Errors - RequestContentTooLarge and InvalidContentLink

Demystifying ADF Pipeline Errors Request Content Too Large and Invalid Content Link Azure Data Factory ADF pipelines are powerful tools for orchestrating data m

3 min read 05-10-2024 47
ADF Pipeline Errors - RequestContentTooLarge and InvalidContentLink
ADF Pipeline Errors - RequestContentTooLarge and InvalidContentLink

How to upload files into SharePoint Online using Azure DevOps release pipeline?

Seamlessly Upload Files to Share Point Online with Azure Dev Ops Release Pipelines Problem You need to automate the process of uploading files to your Share Poi

3 min read 05-10-2024 46
How to upload files into SharePoint Online using Azure DevOps release pipeline?
How to upload files into SharePoint Online using Azure DevOps release pipeline?

Error when creating a pipeline. "You don’t appear to have an active Azure subscription."

You don t appear to have an active Azure subscription Troubleshooting Azure Pipeline Creation Errors Introduction Setting up a CI CD pipeline with Azure Dev Ops

3 min read 05-10-2024 40
Error when creating a pipeline. "You don’t appear to have an active Azure subscription."
Error when creating a pipeline. "You don’t appear to have an active Azure subscription."

DockerCompose@0 in Azure Pipeline

Demystifying Docker Compose 0 in Azure Pipelines Building and Deploying Your Applications Seamlessly The Problem You ve built a fantastic application using Dock

3 min read 05-10-2024 48
DockerCompose@0 in Azure Pipeline
DockerCompose@0 in Azure Pipeline

Issue with AzurePowerShell@5 task: 'The term 'pwsh.exe' is not recognized as the name of a cmdlet, function, script file, or operable program."

Troubleshooting The term pwsh exe is not recognized Error in Azure Power Shell 5 Task This article delves into a common issue encountered while using the Azure

2 min read 05-10-2024 41
Issue with AzurePowerShell@5 task: 'The term 'pwsh.exe' is not recognized as the name of a cmdlet, function, script file, or operable program."
Issue with AzurePowerShell@5 task: 'The term 'pwsh.exe' is not recognized as the name of a cmdlet, function, script file, or operable program."