About 291,000 results
Open links in new tab
  1. Build Pipeline using powershell - Stack Overflow

    Jan 21, 2020 · If you mean "queue a build" for an existing pipeline by "build a pipeline", you can call below queue build api to queue your pipeline to run. POST …

  2. Create a simple build pipeline with PowerShell4sysops

    Jan 10, 2018 · However, what if you're just getting a feel for how a build pipeline should work and simply want to create a super-simple, custom one on your own? You can with PowerShell. As I …

  3. PowerShell scripts to customize pipelines - Azure Pipelines

    Jul 4, 2024 · This article explains how you can move beyond compiling and testing code and use PowerShell scripts to add business logic to pipelines. The Azure Pipelines PowerShell task …

  4. Build Azure DevOps Pipelines for PowerShell Modules - ATA …

    Feb 4, 2020 · Create an Azure DevOps pipeline for a PowerShell module and make modules first-class citizens. Enhance your automation skills and IT expertise.

  5. Running PowerShell Scripts in Azure DevOps Pipelines (2 of 2)

    Feb 24, 2020 · Using the PowerShell and Bash tasks, you'll see how to invoke scripts, pass parameters to them, control errors and how to fail a task in the pipeline should a problem arise …

  6. How to Queue an Azure DevOps yaml Pipeline with Parameters from PowerShell

    Feb 20, 2021 · If you need to queue a yaml pipeline in Azure DevOps from a script, you may be tempted to use the az cli and the devops extension. The extension is useful, but has some …

  7. How to QUEUE a new build using VSTS REST API - Stack Overflow

    May 23, 2018 · To queue a build with REST API, you can use below powershell script: "definition": { "id": number. this one should be easy for you :) stackoverflow.com/questions/50586953/… If …

  8. PowerShell Module CI/CD Pipeline Guide - Andrew Matveychuk

    Apr 2, 2020 · Learn to create a CI/CD pipeline for a PowerShell module with Azure DevOps, covering structure, testing, and deployment

  9. Queue TFS/VSTS builds VIA PowerShell - DOTNET CATCH

    Oct 14, 2016 · In this post, we reviewed how you can utilitize the TFS build system from an outside orchestration tool using their REST service endpoint via PowerShell. We use …

  10. Create your first pipeline - Azure Pipelines | Microsoft Learn

    Mar 31, 2025 · Sign in to your Azure DevOps organization and go to your project. Go to Pipelines, and then select New pipeline or Create pipeline if creating your first pipeline. Do the steps of …

Refresh