diff --git a/azure-pipelines-agent/azure-pipelines-agent.json b/azure-pipelines-agent/azure-pipelines-agent.json index 3deb9d3f..958a347e 100644 --- a/azure-pipelines-agent/azure-pipelines-agent.json +++ b/azure-pipelines-agent/azure-pipelines-agent.json @@ -1,4 +1,4 @@ { - "v3": "3.232.1", + "v3": "3.232.3", "v2": "2.220.0" } diff --git a/azure-pipelines-agent/azure-pipelines-agent.nuspec b/azure-pipelines-agent/azure-pipelines-agent.nuspec index ccc5cb51..e9cecea4 100644 --- a/azure-pipelines-agent/azure-pipelines-agent.nuspec +++ b/azure-pipelines-agent/azure-pipelines-agent.nuspec @@ -3,7 +3,7 @@ azure-pipelines-agent - 3.232.1 + 3.232.3 https://github.com/flcdrg/au-packages/tree/master/azure-pipelines-agent flcdrg Azure Pipelines Agent (VSTS Build Agent) diff --git a/azure-pipelines-agent/tools/chocolateyinstall.ps1 b/azure-pipelines-agent/tools/chocolateyinstall.ps1 index b048e0e5..90c9feb8 100644 --- a/azure-pipelines-agent/tools/chocolateyinstall.ps1 +++ b/azure-pipelines-agent/tools/chocolateyinstall.ps1 @@ -1,9 +1,9 @@ $ErrorActionPreference = 'Stop'; # stop on all errors -$url = 'https://vstsagentpackage.azureedge.net/agent/3.232.1/vsts-agent-win-x86-3.232.1.zip' -$url64 = 'https://vstsagentpackage.azureedge.net/agent/3.232.1/vsts-agent-win-x64-3.232.1.zip' -$checksum = '117825749c4ffdd7a9276b40f2fd779bde5b69a97cc7fe41fe55d07914e21d48' -$checksum64 = '66a4e51361230662f51ae221272e496798c43fdf296674b2991e84a4c0079be4' +$url = 'https://vstsagentpackage.azureedge.net/agent/3.232.3/vsts-agent-win-x86-3.232.3.zip' +$url64 = 'https://vstsagentpackage.azureedge.net/agent/3.232.3/vsts-agent-win-x64-3.232.3.zip' +$checksum = 'f8189755b243540958702f41d137069e9880ce3f8f83a19ba1b40f9048fb7f0d' +$checksum64 = '96bf7a391df0e5cec1f1c293f599e0594a5ec5cafb110bb9e44c919a6e53d112' $pp = Get-PackageParameters