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 Sep 19, 2024
1 parent 57fc3c9 commit 1956074
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.243.1",
"v3": "3.244.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.243.1</version>
<version>3.244.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.243.1/vsts-agent-win-x86-3.243.1.zip'
$url64 = 'https://vstsagentpackage.azureedge.net/agent/3.243.1/vsts-agent-win-x64-3.243.1.zip'
$checksum = 'c59bdc5ed53b81e087eb77b49a6f50aedf6f215d92103701e33323dc8d05f5b5'
$checksum64 = '995a81e51eb10e5d531df19d42aa03a3040c23c8802909be83dfee5ac49013d6'
$url = 'https://vstsagentpackage.azureedge.net/agent/3.244.1/vsts-agent-win-x86-3.244.1.zip'
$url64 = 'https://vstsagentpackage.azureedge.net/agent/3.244.1/vsts-agent-win-x64-3.244.1.zip'
$checksum = 'bb7586713540b665e26de8e159a53a00ad2e6eae9396486fb3d1531581293c58'
$checksum64 = 'a43e3483cb528a358a1312f6f8b9333bb129fea24675d7c7c1e852b272eb01c7'

$pp = Get-PackageParameters

Expand Down

0 comments on commit 1956074

Please sign in to comment.