Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extend the build script to test templates #3

Closed
dustinmoris opened this issue Dec 23, 2017 · 1 comment
Closed

Extend the build script to test templates #3

dustinmoris opened this issue Dec 23, 2017 · 1 comment

Comments

@dustinmoris
Copy link
Member

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 added a commit that referenced this issue Dec 23, 2017
Extended build script to test all available tempaltes before creating a NuGet package. Fixes #3
@dustinmoris
Copy link
Member Author

Done.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant