Skip to content
This repository was archived by the owner on Aug 11, 2021. It is now read-only.

v2.0.0 alpha 3

Pre-release
Pre-release

Choose a tag to compare

@markfinal markfinal released this 07 Apr 12:38
· 278 commits to master since this release

Highlights of v2.0.0a3

This alpha release introduces VisualStudio 2019 support, and addresses some source archive download issues introduced in earlier alphas.

New features

  • Added VisualC-16 package for VisualStudio 2019 support. Extended AppVeyor CI to test VS2019.

Changes

  • Package source archive downloads now only starts once a Module in that Package is used in the build. This does reduce the ability to concurrently download archives, but does mean builds only download the archives they need (some may only be required on certain platforms, for example).
  • Bam Core tar extraction support is now fully realised by the SharpCompress NuGet. All custom extraction code has been deleted from BuildAMation.
  • The following NuGets have been updated:
    • GitInfo from 2.0.15 to 2.0.20
    • Microsoft.NET.Test.Sdk from 15.8.0 to 16.0.1
    • NUnit from 3.10.1 to 3.11.0
    • NUnit3TestAdapter from 3.10.0 to 3.13.0
    • Microsoft.Extensions.Configuration.EnvironmentVariables from 2.1.1 to 2.2.0
    • Microsoft.Extensions.Configuration.Ini from 2.1.1 to 2.2.0
    • SharpCompress from 0.22 to 0.23
    • vswhere from 2.5.2 to 2.6.7

Full changes since v2.0.0a2

Known issues

Bug list