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 Apr 22, 2021
1 parent 4f8c7e3 commit f20b615
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.184.2</version>
<version>2.185.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/2.184.2/vsts-agent-win-x86-2.184.2.zip'
$url64 = 'https://vstsagentpackage.azureedge.net/agent/2.184.2/vsts-agent-win-x64-2.184.2.zip'
$checksum = '4ec1f889a8dea85d02993eab24f240bffc3342deafca91b7b0cd6ef91f325e55'
$checksum64 = '3f2aedafa7569582b2b19a02e9965cf6a59e40eac4cc20c0f687b4c606c0e8ea'
$url = 'https://vstsagentpackage.azureedge.net/agent/2.185.1/vsts-agent-win-x86-2.185.1.zip'
$url64 = 'https://vstsagentpackage.azureedge.net/agent/2.185.1/vsts-agent-win-x64-2.185.1.zip'
$checksum = '1c8ef79e55231d82b6a08b5a57685674fac678f2d8322e084b10485e1365704e'
$checksum64 = 'f354be845c9b3ab2549bb4185b8f3db4255bc71a5665af57bf6b9a79e86dc5b0'

$pp = Get-PackageParameters

Expand Down

0 comments on commit f20b615

Please sign in to comment.