Skip to content

Commit

Permalink
AU: 1 updated - azure-pipelines-agent
Browse files Browse the repository at this point in the history
  • Loading branch information
flcdrg committed Jan 3, 2024
1 parent 00df143 commit 9ffd495
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion azure-pipelines-agent/azure-pipelines-agent.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"v3": "3.230.0",
"v3": "3.232.1",
"v2": "2.220.0"
}
2 changes: 1 addition & 1 deletion azure-pipelines-agent/azure-pipelines-agent.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>azure-pipelines-agent</id>
<version>3.230.0</version>
<version>3.232.1</version>
<packageSourceUrl>https://github.com/flcdrg/au-packages/tree/master/azure-pipelines-agent</packageSourceUrl>
<owners>flcdrg</owners>
<title>Azure Pipelines Agent (VSTS Build Agent)</title>
Expand Down
8 changes: 4 additions & 4 deletions azure-pipelines-agent/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit 9ffd495

Please sign in to comment.