From 9ffd49555de0425437843cc3887a7a63668f2ff5 Mon Sep 17 00:00:00 2001 From: flcdrg Date: Wed, 3 Jan 2024 23:07:46 +0000 Subject: [PATCH] AU: 1 updated - azure-pipelines-agent [skip ci] https://gist.github.com/flcdrg/7d00c69c2cde8309a8594abaa897a9a6/2764a3ee2f17454e7e609b0cd116de60077306f9 --- azure-pipelines-agent/azure-pipelines-agent.json | 2 +- azure-pipelines-agent/azure-pipelines-agent.nuspec | 2 +- azure-pipelines-agent/tools/chocolateyinstall.ps1 | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/azure-pipelines-agent/azure-pipelines-agent.json b/azure-pipelines-agent/azure-pipelines-agent.json index bb001c01..3deb9d3f 100644 --- a/azure-pipelines-agent/azure-pipelines-agent.json +++ b/azure-pipelines-agent/azure-pipelines-agent.json @@ -1,4 +1,4 @@ { - "v3": "3.230.0", + "v3": "3.232.1", "v2": "2.220.0" } diff --git a/azure-pipelines-agent/azure-pipelines-agent.nuspec b/azure-pipelines-agent/azure-pipelines-agent.nuspec index a9144916..ccc5cb51 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.230.0 + 3.232.1 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 8db99259..b048e0e5 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.230.0/vsts-agent-win-x86-3.230.0.zip' -$url64 = 'https://vstsagentpackage.azureedge.net/agent/3.230.0/vsts-agent-win-x64-3.230.0.zip' -$checksum = '7182a054b1f58c5d104f7b581fe00765c32f1bd544dc2bcc423d0159929f4692' -$checksum64 = 'cbb21ea2ec0b64663c35d13f204e215cfe41cf2e3c8efff7c228fdab344d00de' +$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' $pp = Get-PackageParameters