About 87,600 results
Open links in new tab
  1. azure devops - How do I import a PowerShell module for use by a ...

    Jun 26, 2019 · I have a PowerShell task that invokes a script inside a file - it's not "inline" PowerShell. That script needs the Az.Accounts module so I added Import-Module …

  2. Using Az module in Azure DevOps Release Pipeline

    Jan 13, 2019 · And the Azure PowerShell task uses the Azure RM PowerShell module, which has been retired (i.e. it is still supported, but no new features will be added). The error, above, is …

  3. azure - How to Use Powershell Module in an ADO Pipeline

    May 17, 2023 · I have a PowerShell .psm1 module that contains many functions I'd like to use in many Azure Devops yaml build pipelines, and maybe later in release pipelines as well. I want …

  4. PowerShell Install-Module Command fails in Azure DevOps Pipeline

    Oct 31, 2020 · pool: vmImage: 'windows-2019' steps: - task: PowerShell@2 inputs: targetType: 'inline' script: | Install-PackageProvider -Name NuGet -Force -Scope CurrentUser Install …

  5. Azure DevOps Release Pipeline: Install custom powershell module …

    Dec 19, 2023 · I want to understand if it is possible to install/import a custom module and have its functions available for multiple Azure Powershell Tasks within the same Azure DevOps …

  6. Azure Powershell - Az module not working on Ubuntu hosted …

    Mar 29, 2019 · I have a build running in Azure DevOps, on an Ubuntu 16.04 hosted build agent. I'm using the latest version of the "Azure Powershell" task (version 4.* preview), which is …

  7. How to install PowerShell module pushed to Azure Artifacts in …

    Jan 5, 2021 · For future reference when using PowerShell modules in an Azure DevOps Pipelines stored in an Azure DevOps Artifact Feed. Below a sample of installing an Az.Accounts module …

  8. How to use AzurePowerShell task in Azure Devops Linux self …

    Dec 21, 2023 · Since the script uses Az module commands, we decided to use AzurePowerShell@5 task in the pipeline. As mentioned in this doc: By default, Azure …

  9. powershell - Import-Module -Name MyModule.psm1 from Azure …

    Sep 6, 2021 · In Azure DevOps pipeline, the PowerShell session is in ... Unable to use Powershell Module on Azure DevOps ...

  10. Azure Devops - How to use a powershell command to run SQL …

    Oct 2, 2020 · So, I am creating a build / deploy pipeline in azure Devops. One issue I ran into is that I need to run a few SQL scripts every time a deploy is made. I am trying to do that through …

Refresh