petabridge/faker-csharp

Setup basic Faker CI

Aaronontheweb opened this issue · 2 comments

Setup basic Faker CI

CI rules for Faker:

  1. All PRs are sent to dev branch
  2. /docs folder, where website is hosted, is recreated upon merge of any pull request and automatically merged back into master branch.
  3. NuGet releases can only come from new tags published to the repo (in order to prevent updating of the website from triggering a release.)

Finished as of today.