Skip to content

Commit

Permalink
AU-dotnet: 1 updated
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
flcdrg committed Nov 16, 2024
1 parent 3ae393a commit 570b97c
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.246.0",
"v3": "3.248.0",
"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.246.0</version>
<version>3.248.0</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.246.0/vsts-agent-win-x86-3.246.0.zip'
$url64 = 'https://vstsagentpackage.azureedge.net/agent/3.246.0/vsts-agent-win-x64-3.246.0.zip'
$checksum = 'c320ee5f867fe093175eba38b5343edb0ce72b8c6ba9752d05601561a85dcbca'
$checksum64 = '8e1bcab37a9c71fa692aec6a1265007ebc05ad70fbeac07b29dc8d2f0631e335'
$url = 'https://vstsagentpackage.azureedge.net/agent/3.248.0/vsts-agent-win-x86-3.248.0.zip'
$url64 = 'https://vstsagentpackage.azureedge.net/agent/3.248.0/vsts-agent-win-x64-3.248.0.zip'
$checksum = '5aa2d2bbc4658b3ed0d3f8774746f85d0dd2ab9db65227e81614f699aae437ea'
$checksum64 = 'fca7debe4f47a81f0c7d9d77692e385aba859704b0681455484bc5496ba118d4'

$pp = Get-PackageParameters

Expand Down

0 comments on commit 570b97c

Please sign in to comment.