Skip to content
This repository has been archived by the owner on Mar 28, 2020. It is now read-only.

DotNetCoreBuildServer 0.21.40.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@KonH KonH released this 19 Sep 04:24
· 33 commits to master since this release

Features:

  • Parallel queues support;
  • Simple file logging;
  • Estimate build end time;

Improvements:

  • Build commands does not require type "build" for build something;
  • Use RequestContext to call commands only once on requested channel;
  • Stats: skip tasks which is not exist in last build;
  • Console log disabled by default;

Fixes:

  • Use updated file logging with working append=false;
  • Removed potential synchonization problem;
  • Correct stats report for concrete build;