Fix casing for path since moved to ubuntu

This commit is contained in:
Wes Haggard 2023-05-24 16:23:15 -07:00
Родитель 7cbfb5e10e
Коммит dbf8e8501e
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -9,7 +9,7 @@ Set-StrictMode -Version 3
$ErrorActionPreference = "Continue"
. (Join-Path $PSScriptRoot PackageList-Helpers.ps1)
. (Join-Path $PSScriptRoot .. common scripts helpers DevOps-WorkItem-Helpers.ps1)
. (Join-Path $PSScriptRoot .. common scripts Helpers DevOps-WorkItem-Helpers.ps1)
if (!(Get-Command az -ErrorAction SilentlyContinue)) {
Write-Error 'You must have the Azure CLI installed: https://aka.ms/azure-cli'