Skip to content

Commit

Permalink
AU: 2 updated - azure-pipelines-agent sqltoolbelt
Browse files Browse the repository at this point in the history
  • Loading branch information
flcdrg committed Oct 5, 2023
1 parent cae75c8 commit 17144b2
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 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.225.0",
"v3": "3.227.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.225.0</version>
<version>3.227.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.225.0/vsts-agent-win-x86-3.225.0.zip'
$url64 = 'https://vstsagentpackage.azureedge.net/agent/3.225.0/vsts-agent-win-x64-3.225.0.zip'
$checksum = '338f0e699b893022cc092842400923ca04774a3139181f69db559eb688334f71'
$checksum64 = 'f4b643a1b2534198198e431f20631c9be9dcc1550b21b0a0bd2ccc781722670c'
$url = 'https://vstsagentpackage.azureedge.net/agent/3.227.1/vsts-agent-win-x86-3.227.1.zip'
$url64 = 'https://vstsagentpackage.azureedge.net/agent/3.227.1/vsts-agent-win-x64-3.227.1.zip'
$checksum = '36b7923a6a9704851b66013156a429da9e0246684473912853899222b08fcbe4'
$checksum64 = '42dd3cc984615245475e73ae0b4173c54042df2bf572b9aa0edecb8350884cef'

$pp = Get-PackageParameters

Expand Down
2 changes: 1 addition & 1 deletion sqltoolbelt/sqltoolbelt.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>sqltoolbelt</id>
<version>2023.09.28</version>
<version>2023.10.03</version>
<packageSourceUrl>https://github.com/flcdrg/au-packages/tree/master/sqltoolbelt</packageSourceUrl>
<owners>flcdrg</owners>
<title>SQL Toolbelt</title>
Expand Down
4 changes: 2 additions & 2 deletions sqltoolbelt/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
$ErrorActionPreference = 'Stop';
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"

$url = 'https://download.red-gate.com/installers/SQLToolbelt/2023-09-28/SQLToolbelt.exe'
$checksum = '24F02CD3CAF13DCD1031133C68A734C68EB845D68CCE6E6A000BED75DB4681FD'
$url = 'https://download.red-gate.com/installers/SQLToolbelt/2023-10-03/SQLToolbelt.exe'
$checksum = '2C459B5B47EA56E5D6CC96AE9C15FEAC857BE57986C212F6A4C5ECA079D1E9E7'

$validProductPackageNames = @(
"SQL Compare",
Expand Down

0 comments on commit 17144b2

Please sign in to comment.