Top "Azure-pipelines" questions

Azure Pipelines provides build services (CI), that are free for open source projects and available in the GitHub marketplace.

Create a new pipeline from existing YML file in the repository (Azure Pipelines)

Usually, I create a new build pipeline via the Azure DevOps portal. Then, the editor will take me through the …

azure-devops azure-pipelines
Response status code does not indicate success: 401 in the task "restore" on the azure-pipeline

I have the following error: error : Unable to load the service index for source https://privateLibrary.com/private/_packaging/privateOrganitation/…

asp.net-mvc asp.net-core azure-pipelines azure-artifacts
Fatal: Could not read password for 'https://[email protected]': terminal prompts disabled

I'm trying to merge the develop branch to the master branch when building with Azure Pipelines PowerShell task. But while …

git azure-devops azure-pipelines azure-powershell azure-pipelines-build-task
Multiple separate triggers in azure-pipelines.yml

I currently have a monorepo with services in subdirectories that I'm leaning towards turning into a multirepo with a metarepo. …

azure azure-devops azure-pipelines
Azure Pipeline to trigger Pipeline using YAML

Attempting to trigger an Azure pipeline when another pipeline has been completed using a YAML. There's documentation indicating that you …

azure azure-devops azure-pipelines
VSTS Specified TypeScript compiler not found

I am using VSTS for a project that is using TypeScript. We have a CI Build configured and suddenly that …

visual-studio typescript compiler-errors azure-pipelines
VSTS: Unable to add Build Tag which trigger release

In VSTS online, I have in my Release process (Under Triggers) the Continuous Deployment checked. On the Set trigger on …

azure-devops azure-pipelines azure-pipelines-release-pipeline
VSTS release pull request build trigger

My team are using the VSTS Build & Release mechanism, combined with pull request branch safety settings, so that code …

git azure-devops azure-pipelines azure-pipelines-release-pipeline
How to share file(s) between YAML Stages in Azure DevOps

I am trying to deploy my node.js code to Azure Function App using Azure DevOps. I have created the …

azure-devops azure-pipelines azure-pipelines-build-task
VSTS Build Generation throwing Invalid bitcode version error

To generate builds to testers we use VSTS in our project. When we checkout and run the branch in our …

ios build azure-devops llvm azure-pipelines