Skip to content

Commit

Permalink
AU: 1 updated - teamcity
Browse files Browse the repository at this point in the history
  • Loading branch information
flcdrg committed Jan 31, 2024
1 parent 7d47a24 commit 58b3073
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion teamcity/teamcity.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@
"2022.4": "2022.04.5",
"2022.10": "2022.10.4",
"2023.5": "2023.05.4",
"2023.11": "2023.11.2"
"2023.11": "2023.11.3"
}
4 changes: 2 additions & 2 deletions teamcity/teamcity.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>teamcity</id>
<version>2023.11.2</version>
<version>2023.11.3</version>
<title>TeamCity Continuous Integration Server</title>
<authors>JetBrains</authors>
<owners>skyguy94, flcdrg</owners>
Expand Down Expand Up @@ -32,7 +32,7 @@ This package just downloads the TeamCity tar.gz file. Use one of the following r
Earlier versions of this package depended on the Server-JRE8 package, but due to recent Java licensing changes that package is no longer working.
</description>

<releaseNotes>https://www.jetbrains.com/help/teamcity/2023.11/teamcity-2023-11-2-release-notes.html</releaseNotes>
<releaseNotes>https://www.jetbrains.com/help/teamcity/2023.11/teamcity-2023-11-3-release-notes.html</releaseNotes>
<tags>Testing Build Coding Compilation Continuous Integration CI jetbrains admin</tags>
</metadata>
<files>
Expand Down
6 changes: 3 additions & 3 deletions teamcity/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
$ErrorActionPreference = 'Stop'; # stop on all errors
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"

$filename = 'TeamCity-2023.11.2.tar.gz'
$checksum = '4cdb2d3aaef0a74841b013bd20d1763e95be7c9e38370cc2382aa1bc6799ff7e'
$filename = 'TeamCity-2023.11.3.tar.gz'
$checksum = 'd865e10fa9f9c36926bf4dc910a78eca70ed759cec58d7010dc8ade43449dfcc'

$url = 'https://download.jetbrains.com/teamcity/TeamCity-2023.11.2.tar.gz'
$url = 'https://download.jetbrains.com/teamcity/TeamCity-2023.11.3.tar.gz'
$packagePath = $(Split-Path -parent $toolsDir)
$installPath = Join-Path $packagePath $filename

Expand Down

0 comments on commit 58b3073

Please sign in to comment.