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 Dec 13, 2020
1 parent 796bc9a commit 1fde8ee
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.177.1</version>
<version>2.179.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/2.177.1/vsts-agent-win-x86-2.177.1.zip'
$url64 = 'https://vstsagentpackage.azureedge.net/agent/2.177.1/vsts-agent-win-x64-2.177.1.zip'
$checksum = 'd718717912d6237cf78627e4ab6a64027720264cfef8b625bf2d4ec32cb65245'
$checksum64 = '81d567790b0542f0e64d9dee3acd3566409269422a182c020728ad8553fecccc'
$url = 'https://vstsagentpackage.azureedge.net/agent/2.179.0/vsts-agent-win-x86-2.179.0.zip'
$url64 = 'https://vstsagentpackage.azureedge.net/agent/2.179.0/vsts-agent-win-x64-2.179.0.zip'
$checksum = 'ed34d810e8b510131296bddf7dbe37dea30f2644e67f66c6eec91083ff0032d4'
$checksum64 = '1ff7fa84e7379946ed33af7d565663d24be64325f9ab6ccfba595f93d32ac858'

$pp = Get-PackageParameters

Expand Down

0 comments on commit 1fde8ee

Please sign in to comment.