Hi All,
A new version of Continua CI has been uploaded and is available from Continua CI Downloads. The latest stable version of Continua is 1.9.1.614.
Changes in 1.9.1.614
- Fix: Corrected datetime expressions, e.g.
$Build.Started$
, to output local server time instead of UTC time. Note: this could be a breaking change if you are passing a datetime value to another service that expects a UTC datetime. Resolve using theUTC
function e.g.$Build.Started.UTC()$
. - Fix:
Local
andUTC
functions in datetime expressions now work correctly. - Fix: Corrected datetime variables in notification templates to output local server time instead of UTC time.
- Fix: Reverted update to DotLiquid templating engine which caused errors when using
truncate
filter in templates. - Fix: An error was occurring when using a branch with a length of more than 256 characters.
- Update: Update to DotNet Core versions available to DotNet property collectors and actions to include runtime versions 3.0.3 and 3.1.2, and SDK versions 3.0.103 and 3.1.102.
- Update: Changed
delete build
icon and moved it to left of other buttons.
Note: You will need to update your agents after upgrading the server to this build.