Skip to content

Commit

Permalink
AU-dotnet: 2 updated
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
flcdrg committed May 23, 2024
1 parent 819aedf commit 2ce0c71
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.239.1",
"v3": "3.240.0",
"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.239.1</version>
<version>3.240.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/3.239.1/vsts-agent-win-x86-3.239.1.zip'
$url64 = 'https://vstsagentpackage.azureedge.net/agent/3.239.1/vsts-agent-win-x64-3.239.1.zip'
$checksum = 'e979c6709cd71553f2398a6374573c369306838629e4ebd0a42d444c8f446bcc'
$checksum64 = 'b5752a08a545046b02228cf27e58452029b628f7a097157ac5fc25a5992513f6'
$url = 'https://vstsagentpackage.azureedge.net/agent/3.240.0/vsts-agent-win-x86-3.240.0.zip'
$url64 = 'https://vstsagentpackage.azureedge.net/agent/3.240.0/vsts-agent-win-x64-3.240.0.zip'
$checksum = 'b0192eb078772f65f996e2a76cb7236d093d6bfcd5bd50a72aba8161d7ed171f'
$checksum64 = '56a94f3f9cabb2178bb591fc473454048bc8129767189c7653e05eca0bdc4a7e'

$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>2024.05.15</version>
<version>2024.05.21</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/2024-05-15/SQLToolbelt.exe'
$checksum = '37E6D0BDEE8E7664BA3E8B4B3A3C2BF4BA98EAFB57F360CA29B24898CF459CCE'
$url = 'https://download.red-gate.com/installers/SQLToolbelt/2024-05-21/SQLToolbelt.exe'
$checksum = '4D575D4CB750F56F7F756F1FF015A374795EE0A2DDC30363BED2100E384B4B54'

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

0 comments on commit 2ce0c71

Please sign in to comment.