giraffe-fsharp / giraffe-template

A dotnet new template for Giraffe web applications.
Apache License 2.0
37 stars 22 forks source link

Extend the build script to test templates #3

Closed dustinmoris closed 6 years ago

dustinmoris commented 6 years ago

Currently the build script simply packages up the templates into a NuGet library, but I'd like the build script to first build and test each individual template before the final template package gets created.

This should be easily possible with the current set up where each template is placed as an individual project which can be build and tested straight from the IDE. The benefit of having this automated via a build script is obviously that it will reduce the possibility of a broken template before each release.

dustinmoris commented 6 years ago

Done.