diff --git a/Tasks/ServiceFabricDeployV1/Update-DockerSettings.psm1 b/Tasks/ServiceFabricDeployV1/Update-DockerSettings.psm1 index bd83302bd394..b725865551cf 100644 --- a/Tasks/ServiceFabricDeployV1/Update-DockerSettings.psm1 +++ b/Tasks/ServiceFabricDeployV1/Update-DockerSettings.psm1 @@ -30,7 +30,8 @@ function Update-DockerSettings } "ContainerRegistryEndpoint" { - $dockerRegistryEndpoint = Get-VstsInput -Name dockerRegistryEndpoint -Require + $dockerRegistryInput = Get-VstsInput -Name dockerRegistryEndpoint -Require + $dockerRegistryEndpoint = Get-VstsEndpoint -Name $dockerRegistryInput -Require $userName = $dockerRegistryEndpoint.Auth.Parameters.UserName $password = $dockerRegistryEndpoint.Auth.Parameters.Password $isPasswordEncrypted = $false diff --git a/Tasks/ServiceFabricDeployV1/task.json b/Tasks/ServiceFabricDeployV1/task.json index 1e4ed5998be4..8ebc3e45a8ef 100644 --- a/Tasks/ServiceFabricDeployV1/task.json +++ b/Tasks/ServiceFabricDeployV1/task.json @@ -17,7 +17,7 @@ "version": { "Major": 1, "Minor": 7, - "Patch": 28 + "Patch": 29 }, "demands": [ "Cmd" diff --git a/Tasks/ServiceFabricDeployV1/task.loc.json b/Tasks/ServiceFabricDeployV1/task.loc.json index 84d8b9bc1b87..f564353481ab 100644 --- a/Tasks/ServiceFabricDeployV1/task.loc.json +++ b/Tasks/ServiceFabricDeployV1/task.loc.json @@ -17,7 +17,7 @@ "version": { "Major": 1, "Minor": 7, - "Patch": 28 + "Patch": 29 }, "demands": [ "Cmd"