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 May 21, 2023
1 parent 844166b commit 5ecf70b
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.220.0",
"v3": "3.220.2",
"v2": "2.218.1"
}
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.220.0</version>
<version>3.220.2</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.220.0/vsts-agent-win-x86-3.220.0.zip'
$url64 = 'https://vstsagentpackage.azureedge.net/agent/3.220.0/vsts-agent-win-x64-3.220.0.zip'
$checksum = '7f3bf65da66f6e3b1461ac55075714853167cf1472fe15462d857124ea0a897b'
$checksum64 = '25cb0c3a8741ed64a8138b13f5a6de9f2515927fe614ad2693257c146145848f'
$url = 'https://vstsagentpackage.azureedge.net/agent/3.220.2/vsts-agent-win-x86-3.220.2.zip'
$url64 = 'https://vstsagentpackage.azureedge.net/agent/3.220.2/vsts-agent-win-x64-3.220.2.zip'
$checksum = '7434fba4b95cdd15da56f25ca548e8692a61436b7f4a3b9b539c725472ec63f3'
$checksum64 = '62ac2cc0755a49c59f8fd51c6b6530a9c338252c978f68eb78bad33542e141b3'

$pp = Get-PackageParameters

Expand Down

0 comments on commit 5ecf70b

Please sign in to comment.