Double backslash

This commit is contained in:
Daniel Jurek 2025-10-01 15:29:42 -07:00 committed by GitHub
parent 925236f365
commit c7ae76c610
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8,7 +8,7 @@ function Update-PSModulePathForCI() {
# https://github.com/microsoft/azure-pipelines-tasks/blob/c9771bc064cd60f47587c68e5c871b7cd13f0f28/Tasks/AzurePowerShellV5/Utility.ps1
if ($IsWindows) {
$hostedAgentModulePath = $env:SystemDrive + "\Modules"
$hostedAgentModulePath = $env:SystemDrive + "\\Modules"
$moduleSeperator = ";"
}
else {