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 Oct 7, 2020
1 parent db29cb7 commit 55d953a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
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>2.174.3</version>
<version>2.175.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/2.174.3/vsts-agent-win-x86-2.174.3.zip'
$url64 = 'https://vstsagentpackage.azureedge.net/agent/2.174.3/vsts-agent-win-x64-2.174.3.zip'
$checksum = '227e568c748d5a941bcc8d727cf9a3ef9d3a478c523e9b63d1212276ce4e4c91'
$checksum64 = 'a45dcac9501641b164f5dddf3ef8db012883613b2a33d73a682c7c011fd6a191'
$url = 'https://vstsagentpackage.azureedge.net/agent/2.175.2/vsts-agent-win-x86-2.175.2.zip'
$url64 = 'https://vstsagentpackage.azureedge.net/agent/2.175.2/vsts-agent-win-x64-2.175.2.zip'
$checksum = '318b16c792ee87c65bc5d77b33f7153075f852cc4e5c8af01533e70d46f89640'
$checksum64 = 'b5ec1ec1bb3b4382b0b4dc11a60bbea5460803b9db3d1dee07efd23155f18d7d'

$pp = Get-PackageParameters

Expand Down

0 comments on commit 55d953a

Please sign in to comment.