1
0
mirror of synced 2025-12-29 09:04:39 -05:00

Incorrect powershell module locations fix (#18377) (#26074)

Co-authored-by: Sophie <29382425+sophietheking@users.noreply.github.com>
This commit is contained in:
Alexis Opolka
2023-06-20 08:54:21 +02:00
committed by GitHub
parent d2e719d965
commit 792b6c7820

View File

@@ -95,6 +95,12 @@ The table below describes the locations for various PowerShell modules in each {
{% endrowheaders %}
{% note %}
**Note:** On Ubuntu runners, Azure PowerShell modules are stored in `/usr/share/` instead of the default location of PowerShell add-on modules (i.e. `/usr/local/share/powershell/Modules/`).
{% endnote %}
## Installing dependencies
{% data variables.product.prodname_dotcom %}-hosted runners have PowerShell 7 and Pester installed. You can use `Install-Module` to install additional dependencies from the PowerShell Gallery before building and testing your code.