Augurk / Augurk.CommandLine

Command line tool for managing the living document system Augurk
Apache License 2.0
0 stars 7 forks source link

Cross platform command line #13

Closed jmezach closed 5 years ago

jmezach commented 6 years ago

To make Augurk more approachable for teams that do not develop on .NET and Windows we've ported the command line to .NET Core so that it can run on Windows, Linux and macOS. This allows for easier integration into non-Windows build pipelines.

As part of this change we've also adopted Azure Pipelines for building and testing the command line on all these platforms.

Fixes augurk/Augurk#40 Fixes #12 Fixes #11