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 Feb 8, 2022
1 parent 3e4fba4 commit 0a17d87
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.198.2</version>
<version>2.198.3</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.198.2/vsts-agent-win-x86-2.198.2.zip'
$url64 = 'https://vstsagentpackage.azureedge.net/agent/2.198.2/vsts-agent-win-x64-2.198.2.zip'
$checksum = '412aeb7ffe9817cf422a4f2b7c467f135fdb1681f9683170f85e4510a7c6080b'
$checksum64 = '9118ee23e978d6fa471c0d2bed33420d262c476d0053342ad9a97eca64e4ecb9'
$url = 'https://vstsagentpackage.azureedge.net/agent/2.198.3/vsts-agent-win-x86-2.198.3.zip'
$url64 = 'https://vstsagentpackage.azureedge.net/agent/2.198.3/vsts-agent-win-x64-2.198.3.zip'
$checksum = '084bb6393fcbf78d59dbdcf725a14a34196f7e4a39dfc3dbca10c1dd586ba4f6'
$checksum64 = 'f0c0656d21e78a7da0ef8b59f66da989129ab69e63161c788cfb895a0598d916'

$pp = Get-PackageParameters

Expand Down

0 comments on commit 0a17d87

Please sign in to comment.