Released: Oct 14, 2021
v1.9.2.728 中的更新
特性
- The build log file size is now shown next to the "Download As Plain Text" link.
- The available disk space for the local data folder (workspace and repository cache) on the server is now displayed on the Continua Server Properties page in the Administration section.
- Added a new server property "Server.AvailableDiskSpace.WarningThreshold.MinimumMegabytes" which can be used to configure a warning threshold. If the available disk space on the server goes below this value, a red disk space warning is now displayed in the top navigation bar. The default threshold is 10GB.
- The available disk space for the local data folder (workspace and repository cache) on each agent is now displayed on the Agent Properties page in the Administration section.
- Added the following new properties which are collected on agents:
- $Agent.LocalDataFolder.AvailableDiskSpaceAsPercentage$.
- $Agent.LocalDataFolder.AvailableDiskSpaceInBytes$.
- $Agent.LocalDataFolder.AvailableDiskSpaceInUnits$.
- $Agent.LocalDataFolder.Drive$.
- $Agent.LocalDataFolder.Path$.
- $Agent.LocalDataFolder.RepositoryCachePath$.
- $Agent.LocalDataFolder.WorkspacePath$.
- Added support for Microsoft Visual Studio 2022 and MSBuild 7.0 which are currently available as Preview versions.
- Added property collectors for new Microsoft .NET Core runtime versions 3.1.20, 5.0.11 and 6.0.0-rc.2, and SDK versions 3.1.414, 5.0.402 and 6.0.100-rc.2.
- Updates to some third party packages.
Note: You will need to update your agents after upgrading the server to this build.
修补程序
- Issue with the Build Completed Trigger where the match selections for repository branch mappings were not saved correctly.
- Very large build log files can now be downloaded without generating a memory overflow exception.