Skip to content

Commit

Permalink
AU: 3 updated - azure-pipelines-agent TeamCity-OpenJDK8 TeamCity-Prei…
Browse files Browse the repository at this point in the history
  • Loading branch information
flcdrg committed Mar 22, 2023
1 parent f52702c commit c9b094d
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion TeamCity-OpenJDK8/TeamCity-OpenJDK8.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
"2021.1": "2021.1.4",
"2021.2": "2021.2.3",
"2022.4": "2022.04.4",
"2022.10": "2022.10.2"
"2022.10": "2022.10.3"
}
4 changes: 2 additions & 2 deletions TeamCity-OpenJDK8/teamcity-openjdk8.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>TeamCity-OpenJDK8</id>
<version>2022.10.2</version>
<version>2022.10.3</version>
<packageSourceUrl>https://github.com/flcdrg/au-packages/tree/master/TeamCity-OpenJDK8</packageSourceUrl>
<owners>flcdrg</owners>
<title>TeamCity Continuous Integration Server (OpenJDK8)</title>
Expand Down Expand Up @@ -46,7 +46,7 @@ Example:
<releaseNotes>https://confluence.jetbrains.com/display/TW/TeamCity+2019.1+Release+Notes</releaseNotes>
<dependencies>
<dependency id="AdoptOpenJDK8 " version="8.212.1" />
<dependency id="teamcity" version="[2022.10.2]" />
<dependency id="teamcity" version="[2022.10.3]" />
</dependencies>
</metadata>
<files>
Expand Down
2 changes: 1 addition & 1 deletion TeamCity-PreinstalledJRE/TeamCity-PreinstalledJRE.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
"2021.1": "2021.1.4",
"2021.2": "2021.2.3",
"2022.4": "2022.04.4",
"2022.10": "2022.10.2"
"2022.10": "2022.10.3"
}
4 changes: 2 additions & 2 deletions TeamCity-PreinstalledJRE/teamcity-preinstalledjre.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>TeamCity-PreinstalledJRE</id>
<version>2022.10.2</version>
<version>2022.10.3</version>
<packageSourceUrl>https://github.com/flcdrg/au-packages/tree/master/TeamCity-PreinstalledJRE</packageSourceUrl>
<owners>flcdrg</owners>
<title>TeamCity Continuous Integration Server (Existing JRE)</title>
Expand Down Expand Up @@ -45,7 +45,7 @@ Example:
</description>
<releaseNotes>https://confluence.jetbrains.com/display/TW/TeamCity+2019.1+Release+Notes</releaseNotes>
<dependencies>
<dependency id="teamcity" version="[2022.10.2]" />
<dependency id="teamcity" version="[2022.10.3]" />
</dependencies>
</metadata>
<files>
Expand Down
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.217.2</version>
<version>2.218.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.217.2/vsts-agent-win-x86-2.217.2.zip'
$url64 = 'https://vstsagentpackage.azureedge.net/agent/2.217.2/vsts-agent-win-x64-2.217.2.zip'
$checksum = 'b273efd5a909d5161ab2d2c03edecaee211c2ba8dfdcb3b64c5efd92199a633a'
$checksum64 = 'eec71184e35c5fcb26ce38229c1870e2408d6b409da793a6db8f262482083a3d'
$url = 'https://vstsagentpackage.azureedge.net/agent/2.218.1/vsts-agent-win-x86-2.218.1.zip'
$url64 = 'https://vstsagentpackage.azureedge.net/agent/2.218.1/vsts-agent-win-x64-2.218.1.zip'
$checksum = '8f6aff2af3ebd80612e0199ae8709fd319e173a6b48ccbd640e75dd1531015da'
$checksum64 = '6fb64aa12879cc3cd53dcf8492a5ca976f6b4496ce17dc0a5ab2c4bc4393b055'

$pp = Get-PackageParameters

Expand Down

0 comments on commit c9b094d

Please sign in to comment.