getgauge / gauge-csharp

Csharp runner for Gauge
https://gauge.org
GNU General Public License v3.0
33 stars 21 forks source link

Switch build system to FAKE and fix some AppDomain issues #77

Closed tomzo closed 8 years ago

tomzo commented 8 years ago

74

Added new build system. It supports build, test and package (zip, nuget) stages. It is still missing functional tests and pushing nuget. I did not remove all old build scripts yet, but that should be done soon. Paths in artifacts/ are a little different, I separated tests from the rest of code.

As part of work for #74 I also solved some of AppDomain loading issues. see this https://github.com/getgauge/gauge-csharp/issues/74#issuecomment-222761336

sriv commented 8 years ago

Hi @tomzo - I am in process of skimming through the changes, and looking to merge it, apologies for the delay.

sriv commented 8 years ago

Merged into master, but github doesn't reflect it automatically. I am closing this, the commits are now available in master