About 23,400 results
Open links in new tab
  1. Customize JavaScript for Azure Pipelines - Azure Pipelines

    Jan 9, 2025 · The simplest way to create a pipeline if your app uses Gulp is to use the Node.js with gulp build template when you create the pipeline. This template automatically adds various tasks to invoke Gulp commands and to publish artifacts.

  2. Build and publish a Node.js package - Azure Pipelines

    Apr 16, 2025 · In this quickstart, you use a pipeline to create a Node.js package with Node Package Manager (npm) and publish a pipeline artifact. You learn how to use Azure Pipelines to build, deploy, and test your JavaScript apps. - An Azure DevOps project. - An ability to run pipelines on Microsoft-hosted agents.

  3. Tutorial: Automate Node.js deployments with Azure Pipelines

    Apr 17, 2025 · With Azure Pipelines, you'll be able to deploy your Node.js app automatically and reduce the risk of errors and downtime with continuous integration and continuous delivery. In this tutorial, you learn how to: - An Azure DevOps project. - …

  4. Configuring Test Coverage for JavaScript/TypeScript in Azure DevOps

    Jan 2, 2024 · Here’s an example of how you can achieve this within an Azure DevOps YAML pipeline: - script: | ls -R # List all files and directories ls $(Build.ArtifactStagingDirectory)/ # cat '/lcov.info...

  5. Setting Up a CI/CD Pipeline for a Next.js Application on Azure DevOps

    May 31, 2024 · In this article, we’ll walk through setting up a Continuous Integration and Continuous Deployment (CI/CD) pipeline for a Next.js application using Azure DevOps.

  6. CI/Deployment for JavaScript Azure Functions using Azure DevOps

    Mar 11, 2020 · While working on a recent project we required to define the git branching strategy, define the CI/Deployment pipelines, and create the Azure Pipelines for JavaScript Azure Functions, given...

  7. Introducing Java, JS and Python support in Test Plans

    Associate your automated test from a Build Pipeline Run. First, navigate to Pipelines and choose a pipeline. Next, select a build. In the “Tests” tab, find the automated test that you want to associate with a test case. Select the test and from the …

  8. Building and testing Node.js apps with Azure DevOps Pipelines

    Apr 1, 2021 · On this tutorial, let's learn how to setup a simple pipeline to a basic Node.js app so we can build, test and capture test results and report code coverage analysis, exposing them to everyone in the team. This tutorial can be executed using this repository.

  9. Azure Tips and Tricks - Setup an Azure Pipeline with Node.js

    Jun 23, 2022 · In this post, we'll create an Azure Pipeline that builds and tests a Node.js application. If you want to follow along, you'll need the following: An Azure DevOps account. If you don't have one yet, you can start by creating a free account here. A GitHub account. If you don't have one yet, you can create a free account here.

  10. Mastering Node.js CI/CD: Build & Deploy with Azure DevOps to …

    Oct 4, 2024 · In this guide, I’ll walk you through building and deploying a Node.js web application using Azure DevOps pipelines, integrated seamlessly with an Azure Web App for hosting. Gone are the days of manual deployments, where every bug fix or feature release took hours, sometimes days.

  11. Some results have been removed