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

    Jun 26, 2019 · I'm creating a Build Pipeline in Azure DevOps. 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 …

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

    May 17, 2023 · 2 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 to publish the …

  3. Using Az module in Azure DevOps Release Pipeline

    Jan 13, 2019 · I want to use the Azure PowerShell Module (aka Az Module) in an Azure DevOps Release Pipeline. However, the existing PowerShell options don't seem to work. I've tried various …

  4. Azure DevOps Release Pipeline: Install custom powershell module for …

    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 release …

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

    Oct 31, 2020 · PowerShell Install-Module Command fails in Azure DevOps Pipeline Asked 5 years, 3 months ago Modified 5 years, 3 months ago Viewed 6k times

  6. How to detect which version of the Az PowerShell module collection is ...

    May 23, 2020 · On Azure DevOps agents there is no Az module collection installed - Get-InstalledModule Az returns $null. But all Az modules are just available - Get-Module Az* …

  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 (just a …

  8. azure - wrong Az.Acoounts version being used - Stack Overflow

    May 14, 2024 · I tried using this fix Azure Devops pipeline failing due to AZ.Accounts Module update by MSFT but it is no longer working. I also added the update module Line but it hasnt worked either and …

  9. Are there powershell command to manage Azure Devops?

    Jun 9, 2019 · PS>Get-Command -Module VSTeam In addition, you can also use Azure CLI which is available cross platform. Azure CLI is an extension of azure devops. It allows you to experience …

  10. Self-Hosted Agent Azure PowerShell (Core) - Module Not Found

    Jan 6, 2020 · 2 I'm running a Self Hosted Windows Agent in Azure DevOps. I have installed PowerShell Core 6.2.3 and as the Administrator installed the Az module so that it is available to all users. When I …