diff --git a/Tasks/AzurePowerShellV4/AzurePowerShell.ps1 b/Tasks/AzurePowerShellV4/AzurePowerShell.ps1 index 228cc59c2802..a9b3431e3353 100644 --- a/Tasks/AzurePowerShellV4/AzurePowerShell.ps1 +++ b/Tasks/AzurePowerShellV4/AzurePowerShell.ps1 @@ -93,7 +93,7 @@ try { $contents += "`$VerbosePreference = 'continue'" } - $contents += ". $PSScriptRoot\UpdatePSModulePath.ps1 $UpdatePSModulePathArgument" + $contents += ". '$PSScriptRoot\UpdatePSModulePath.ps1' $UpdatePSModulePathArgument" if ($scriptType -eq "InlineScript") { $contents += "$scriptInline".Replace("`r`n", "`n").Replace("`n", "`r`n") } else { diff --git a/Tasks/AzurePowerShellV4/task.json b/Tasks/AzurePowerShellV4/task.json index 6a52f432f3c9..9b22e530c01e 100644 --- a/Tasks/AzurePowerShellV4/task.json +++ b/Tasks/AzurePowerShellV4/task.json @@ -17,7 +17,7 @@ "author": "Microsoft Corporation", "version": { "Major": 4, - "Minor": 185, + "Minor": 193, "Patch": 0 }, "releaseNotes": "Added support for Az Module and cross platform agents.", diff --git a/Tasks/AzurePowerShellV4/task.loc.json b/Tasks/AzurePowerShellV4/task.loc.json index 319eb5970761..930b65aebdda 100644 --- a/Tasks/AzurePowerShellV4/task.loc.json +++ b/Tasks/AzurePowerShellV4/task.loc.json @@ -17,8 +17,8 @@ "author": "Microsoft Corporation", "version": { "Major": 4, - "Minor": 184, - "Patch": 1 + "Minor": 193, + "Patch": 0 }, "releaseNotes": "ms-resource:loc.releaseNotes", "groups": [ diff --git a/Tasks/AzurePowerShellV5/AzurePowerShell.ps1 b/Tasks/AzurePowerShellV5/AzurePowerShell.ps1 index c8d68a385f1a..ae12e39606cd 100644 --- a/Tasks/AzurePowerShellV5/AzurePowerShell.ps1 +++ b/Tasks/AzurePowerShellV5/AzurePowerShell.ps1 @@ -70,7 +70,7 @@ try } else { $CoreAzArgument = "-endpoint '$endpoint'" } - $contents += ". $PSScriptRoot\CoreAz.ps1 $CoreAzArgument" + $contents += ". '$PSScriptRoot\CoreAz.ps1' $CoreAzArgument" if ($scriptType -eq "InlineScript") { $contents += "$scriptInline".Replace("`r`n", "`n").Replace("`n", "`r`n") diff --git a/Tasks/AzurePowerShellV5/task.json b/Tasks/AzurePowerShellV5/task.json index e2f560d47495..c9135bf9d2ca 100644 --- a/Tasks/AzurePowerShellV5/task.json +++ b/Tasks/AzurePowerShellV5/task.json @@ -17,7 +17,7 @@ "author": "Microsoft Corporation", "version": { "Major": 5, - "Minor": 185, + "Minor": 193, "Patch": 0 }, "releaseNotes": "Added support for Az Module and cross platform agents.", diff --git a/Tasks/AzurePowerShellV5/task.loc.json b/Tasks/AzurePowerShellV5/task.loc.json index 9590507469ff..9b4a63a72d96 100644 --- a/Tasks/AzurePowerShellV5/task.loc.json +++ b/Tasks/AzurePowerShellV5/task.loc.json @@ -17,8 +17,8 @@ "author": "Microsoft Corporation", "version": { "Major": 5, - "Minor": 184, - "Patch": 1 + "Minor": 193, + "Patch": 0 }, "releaseNotes": "ms-resource:loc.releaseNotes", "groups": [